Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-123.xml
blob62d69ff1a7cd690ce88ce01a4a814b7903b49a36
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>NEGATED universal selector with declared namespace</title>
4   <style type="text/css"><![CDATA[@namespace html url(http://www.w3.org/1999/xhtml);
5 @namespace a url(http://www.example.org/a);
6 @namespace b url(http://www.example.org/b);
7 div.stub > *|* { color : red ; display : block ;
8                  margin-bottom : 1em }
9 div.stub > *|*:not(|*) { color : green }
10 ]]></style>
11   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
12   <link rel="prev" href="css3-modsel-122.xml" title="NEGATED universal selector with universal namespace"/>
13   <link rel="next" href="css3-modsel-123b.xml" title="NEGATED universal selector with declared namespace"/>
14   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
15   <link rel="up" href="./index.html"/>
16   <link rel="top" href="../../index.html"/>
17  </head>
18  <body>
19 <div class="stub">
20 <address>This address should be in green characters.</address>
21 <s xmlns="http://www.example.org/b">This paragraph should be in green characters.</s>
22 <u xmlns="http://www.example.org/a">This paragraph should be in green characters.</u>
23 </div>
25 </body>
26 </html>