Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-174b.xml
blobb749596849a16e25bca0bb63f9e9fd295fa39809
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>NEGATED Attribute selectors with multiple attributes</title>
4   <style type="text/css"><![CDATA[
5  tests, tests * { display: block; color: green }
6  testA:not([*|attribute="pass"]) { color: red; }
7  testB:not([*|attribute="pass"]) { color: red; }
8 ]]></style>
9   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
10   <link rel="prev" href="css3-modsel-174a.xml" title="Attribute selectors with multiple attributes"/>
11   <link rel="next" href="css3-modsel-175a.xml" title="Parsing: Numbers in classes"/>
12   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
13   <link rel="up" href="./index.html"/>
14   <link rel="top" href="../../index.html"/>
15  </head>
16  <body>
17   <tests xmlns="http://css.example.net/" xmlns:test="http://css.example.net/">
18    <testA attribute="pass" test:attribute="fail">This should be green.</testA>
19    <testB attribute="fail" test:attribute="pass">This should be green.</testB>
20   </tests>
21 </body>
22 </html>