Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-119.xml
blobd7611acef3372cda2d01c437021dc9123c5374f6
1 <?xml-stylesheet href="css3-modsel-119.css" type="text/css"?>
2 <test>
3 <div xmlns="http://www.w3.org/1999/xhtml" class="test">
4 <div class="stub">
5 <p>This paragraph should have a green background.</p>
6 <p xmlns="http://www.example.org/b">This paragraph should have a green background.</p>
7 <p xmlns="">This paragraph should have a green background.</p>
8 <p xmlns="http://www.example.org/a">This paragraph should have a green background.</p>
9 </div>
10 <address>This address should have a green background.</address>
11 <s xmlns="http://www.example.org/b">This paragraph should have a green background.</s>
12 <t xmlns="">This paragraph should have a green background.</t>
13 <u xmlns="http://www.example.org/a">This paragraph should have a green background.</u>
14 </div>
15 </test>