Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-3.xml
blob91d1466f88cef7acefc46c97f013a8f66f6fa114
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>Universal selector</title>
4   <style type="text/css"><![CDATA[* { color : lime }
5 ul, p { color : red }
6 *.t1 { color : lime }
7 ]]></style>
8   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9   <link rel="prev" href="css3-modsel-2.xml" title="Type element selectors"/>
10   <link rel="next" href="css3-modsel-3a.xml" title="Universal selector (no namespaces)"/>
11   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12   <link rel="up" href="./index.html"/>
13   <link rel="top" href="../../index.html"/>
14  </head>
15  <body>
16 <p>
17 <span class="t1">This paragraph, and all textual contents in the document, 
18       should be green.</span>
19 </p>
20 <ul>
21   <li class="t1">This item should be green.</li>
22 </ul>
23 <foo xmlns="http://www.example.org/a">And this element, part of a non-HTML namespace,
24       should be green too</foo>
25 </body>
26 </html>