Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-14c.xml
blob4ff5903637362c0cb0a8d95ba187ae6c08b81fa9
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <title>More than one class selector</title>
5   <style type="text/css"><![CDATA[
6 p { background: red; color: yellow; }
7 p.t1.t2 { background: green; color: white; }
8 div { background: green; color: white; }
9 div.t1 { background: red; color: yellow; }
10 address { background: red; color: yellow; }
11 address.t5.t5 { background: green; color: white; }
12 ]]></style>
13   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
14   <link rel="prev" href="css3-modsel-14b.xml" title="More than one class selector"/>
15   <link rel="next" href="css3-modsel-14d.xml" title="NEGATED More than one class selector"/>
16   <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
17   <link rel="up" href="./index.html"/>
18   <link rel="top" href="../../index.html"/>
19  </head>
20  <body>
21   <p class="t1 t2">This line should be green.</p>
22   <div class="t3">This line should be green.</div>
23   <address class="t4 t5 t6">This line should be green.</address>
24 </body>
25 </html>