Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-43b.xml
blob862044acc7c61a361603d5dfd61228aca4f1e688
1 <?xml-stylesheet href="css3-modsel-43b.css" type="text/css"?>
2 <test>
3  <div xmlns="http://www.w3.org/1999/xhtml" class="t1">
4   <p class="white">This paragraph should be unstyled</p>
5   <table>
6    <tbody>
7     <tr>
8      <td>
9       <p class="white">This paragraph should be unstyled</p>
10      </td>
11     </tr>
12    </tbody>
13   </table>
14  </div>
15  <table xmlns="http://www.w3.org/1999/xhtml">
16   <tbody>
17    <tr>
18     <td>
19      <p class="green">This paragraph should have a green background</p>
20     </td>
21    </tr>
22   </tbody>
23  </table>
24 </test>