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