Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-18.xml
blob0c6b7d11267b96c263774a42f1ce0cc2c969492c
1 <?xml-stylesheet href="css3-modsel-18.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml">The background color of this paragraph should turn to green when
4    the mouse pointer hovers either its text (<strong>here</strong>) or its whitespace background, <strong>here</strong>:</p>
5 <address xmlns="http://www.w3.org/1999/xhtml">The background color of <a href="#foo">this anchor (<strong>here</strong>)</a> should turn to green when the pointing device hovers over it.</address>
6 <table xmlns="http://www.w3.org/1999/xhtml">
7  <tbody>
8   <tr>
9    <td>The cells in</td>
10    <td>this table</td>
11    <td>should go</td>
12   </tr>
13   <tr>
14    <td>green when</td>
15    <td>you hover</td>
16    <td>the pointing</td>
17   </tr>
18   <tr>
19    <td>device over</td>
20    <td>them (<strong>here</strong>).</td>
21    <td></td>
22   </tr>
23   <tr>
24    <td>The rows in</td>
25    <td>this table</td>
26    <td>should go</td>
27   </tr>
28   <tr>
29    <td>dark green</td>
30    <td>when the</td>
31    <td>pointing device</td>
32   </tr>
33   <tr>
34    <td>is over the</td>
35    <td>cells <strong>there</strong>:</td>
36    <td></td> <!-- remove this cell to make an evil test; row should still go green, but cell should not -->
37   </tr>
38   <tr>
39    <td>And <strong>here</strong>:</td>
40    <td></td>
41    <td>(blank cells).</td>
42   </tr>
43  </tbody>
44 </table>
45 </test>