Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-135b.xml
blobf566184a70741c5e36b3a69a80a6a3ba9f3f50ee
1 <?xml-stylesheet href="css3-modsel-135b.css" type="text/css"?>
2 <test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b">
3 <div xmlns="http://www.w3.org/1999/xhtml" class="stub">
4 <p title="si on chantait">This paragraph should be unstyled.</p>
5 <p title="si tu chantais" class="red">This paragraph should have a green background.</p>
6 <q xmlns="http://www.example.org/a" a:title="si nous chantions">This paragraph should have a green background.</q>
7 <r xmlns="http://www.example.org/a" a:title="si on chantait">This paragraph should be unstyled.</r>
8 <s xmlns="http://www.example.org/b" b:title="si on chantait">This paragraph should be unstyled.</s>
9 <t xmlns="http://www.example.org/b" b:ti="si on chantait">This paragraph should have a green background.</t>
10 </div>
11 </test>