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