Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-95.xml
blob2b66db40c0f4f31fce1754672c19fb0ba1cebc1a
1 <?xml-stylesheet href="css3-modsel-95.css" type="text/css"?>
2 <test>
3  <div xmlns="http://www.w3.org/1999/xhtml" class="test">
4   <p>This line should  have a green background</p>
5   <p xmlns="http://www.example.org/b">This line should have a green background</p>
6   <q xmlns="http://www.example.org/b">This line should have a green background</q>
7   <p xmlns="http://www.example.org/a">This line should have a green background</p>
8   <foo xmlns="http://www.example.org/b">This line should have a green background</foo>
9  </div>
10 </test>