Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-7.xml
blobf67f1329fd0b519fa5a73c179dff954759d31212
1 <?xml-stylesheet href="css3-modsel-7.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml" class="a b c">This paragraph should have green background because CLASS
4   contains &quot;b&quot;</p>
5 <address xmlns="http://www.w3.org/1999/xhtml" title="tot foo bar">
6 <span class="a c">This address should also</span>
7   <span class="a bb c">have green background because the selector in the last
8     rule does not apply to the inner SPANs.</span>
9 </address>
10 </test>