<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-38.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>::first-line pseudo-element</title>
 <author>Daniel Glazman</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-39.xml">::first-letter pseudo-element</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-37.xml">:only-of-type pseudo-class</data> </item>
  <item> <name>Test #</name> <data>46 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>::first-line pseudo-element</data> </item>
  <item> <name>ID</name> <data>38</data> </item>
  <item> <name>Date</name> <data>2001-07-11</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<p xmlns="http://www.w3.org/1999/xhtml">This very long paragraph should have a
      first line with green background. This very long paragraph should have a first
      line with green background.  This very long paragraph should have a first line
      with green background. This very long paragraph should have a first line with
      green background. This very long paragraph should have a first line with green
      background. This very long paragraph should have a first line with green background.
      This very long paragraph should have a first line with green background.</p>
</content>
  <source>
   <css>p:first-line { background-color : lime }
</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;This very long paragraph should have a
      first line with green background. This very long paragraph should have a first
      line with green background.  This very long paragraph should have a first line
      with green background. This very long paragraph should have a first line with
      green background. This very long paragraph should have a first line with green
      background. This very long paragraph should have a first line with green background.
      This very long paragraph should have a first line with green background.&lt;/p&gt;
</xml>
  </source>
</test>