Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-43.xml
blob7962418b7aaf387b837985e44198bf50ec90e197
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <title>Descendant combinator</title>
5   <style type="text/css"><![CDATA[.white { background-color: transparent ! important; }
6 .red { background-color: red; }
7 div.t1 p { background-color: lime; }]]></style>
8   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9   <link rel="prev" href="css3-modsel-42a.xml" title=":after pseudo-element"/>
10   <link rel="next" href="css3-modsel-43b.xml" title="Descendant combinator"/>
11   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12   <link rel="up" href="./index.html"/>
13   <link rel="top" href="../../index.html"/>
14  </head>
15  <body>
16  <div class="t1">
17   <p class="red">This paragraph should have a green background</p>
18   <table>
19    <tbody>
20     <tr>
21      <td>
22       <p class="red">This paragraph should have a green background</p>
23      </td>
24     </tr>
25    </tbody>
26   </table>
27  </div>
28  <table>
29   <tbody>
30    <tr>
31     <td>
32      <p class="white">This paragraph should be unstyled.</p>
33     </td>
34    </tr>
35   </tbody>
36  </table>
37 </body>
38 </html>