Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-171.xml
bloba261eea7a1e732b576cf0ae32add721bb79090eb
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>Classes: XHTML global class attribute</title>
4   <style type="text/css"><![CDATA[
5  p { color: green; }
6  .fail { color: red; }
7 ]]></style>
8   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9   <link rel="prev" href="css3-modsel-170d.xml" title="Long chains of selectors"/>
10   <link rel="next" href="css3-modsel-172a.xml" title="Namespaced attribute selectors"/>
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    <p xmlns:xhtml="http://www.w3.org/1999/xhtml">
17     <span xhtml:class="fail">This should be green.</span>
18    </p>
19 </body>
20 </html>