Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-174a.xml
blob773d168a281d490cc4c8bec9ac198c1f8aa566de
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>Attribute selectors with multiple attributes</title>
4   <style type="text/css"><![CDATA[
5  tests, tests * { display: block; color: red; }
6  testA[*|attribute="pass"] { color: green; }
7  testB[*|attribute="pass"] { color: green; }
8 ]]></style>
9   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
10   <link rel="prev" href="css3-modsel-173b.xml" title="Namespaced attribute selectors"/>
11   <link rel="next" href="css3-modsel-174b.xml" title="NEGATED Attribute selectors with multiple attributes"/>
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>