Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-51.xml
blob57878bc37e380378ba48591ceff373190f8b7af6
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>NEGATED attribute value selector</title>
4   <style type="text/css"><![CDATA[@namespace a url(http://www.example.org/a);
5 div.stub > p {color : red }
6 div.stub > a|* { color : red ; display : block ; margin-bottom : 1em }
7 div.stub *|*:not([test="1"]) { color : lime }]]></style>
8   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9   <link rel="prev" href="css3-modsel-50.xml" title="NEGATED attribute existence selector"/>
10   <link rel="next" href="css3-modsel-52.xml" title="NEGATED attribute space-separated value selector"/>
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 <div class="stub">
17 <q xmlns="http://www.example.org/a" test="1">
18   <r test="11">This text should be</r>
19   <r>in green characters</r>
20 </q>
21 <s xmlns="http://www.example.org/a">This text should be in green characters</s>
22 <p>This text should be in green characters</p>
23 </div>
24 </body>
25 </html>