Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-76.xml
blobcf1aa35fabe682ce4ed05f94d81da26fa2dd41ff
1 <?xml-stylesheet href="css3-modsel-76.css" type="text/css"?>
2 <test>
3 <p xmlns="http://www.w3.org/1999/xhtml">This paragraph should be unstyled.</p>
4 <address xmlns="http://www.w3.org/1999/xhtml">This address should be unstyled.</address>
5 <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background.</p>
6 <p xmlns="http://www.w3.org/1999/xhtml" class="red">This paragraph should have green background.</p>
7 <dl xmlns="http://www.w3.org/1999/xhtml">
8   <dt class="red">First definition term that should have green background.</dt>
9     <dd class="red">First definition that should also have a green background.</dd>
10   <dt class="red">Second definition term that should have green background.</dt>
11     <dd class="red">Second definition that should have green background.</dd>
12   <dt>Third definition term.</dt>
13     <dd>Third definition.</dd>
14   <dt class="red">Fourth definition term that should have green background.</dt>
15     <dd class="red">Fourth definition that should have green background.</dd>
16   <dt class="red">Fifth definition term that should have green background.</dt>
17     <dd class="red">Fifth definition that should have green background.</dd>
18   <dt>Sixth definition term.</dt>
19     <dd>Sixth definition.</dd>
20 </dl>
21 </test>