Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xhtml / css3-modsel-153.xml
blob391a6cc2832fc7566f92d91beb50d8b0f8149961
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <title>:empty pseudo-class and CDATA</title>
4   <style type="text/css"><![CDATA[
5  address { background: red; margin: 0; height: 1em; display: block; }
6  address:empty { background: lime; }
7  .text { margin: -1em 0 0 0; }
8 ]]></style>
9   <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
10   <link rel="prev" href="css3-modsel-152.xml" title=":empty pseudo-class and elements"/>
11   <link rel="next" href="css3-modsel-154.xml" title="Syntax and parsing"/>
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  <address xmlns="http://tests.example.org/xml-only/"><![CDATA[]]></address>
18  <div class="text">This line should have a green background.</div>
19  <p>(Note: This test is based on unpublished errata.)</p>
20 </body>
21 </html>