<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-179.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>::first-line on inlines</title>
 <author>Ian Hickson</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Next</name> <data xlink:type="simple" xlink:href="css3-modsel-179a.xml">::first-line after <br></data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-178.xml">Parsing: :not and pseudo-elements</data> </item>
  <item> <name>Test #</name> <data>267 of 273 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>::first-line on inlines</data> </item>
  <item> <name>ID</name> <data>179</data> </item>
  <item> <name>Date</name> <data>2004-02-29</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
   <p xmlns="http://www.w3.org/1999/xhtml"><span>This line should be green.</span></p>
</content>
  <source>
   <css>
  p { color: green; }
  span:first-line { background: red; color: yellow; font-size: 4em; }
  span::first-line { background: red; color: yellow; font-size: 4em; }
</css>
   <xml>
   &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;span&gt;This line should be green.&lt;/span&gt;&lt;/p&gt;
</xml>
  </source>
</test>