<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-178.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Parsing: :not and pseudo-elements</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-179.xml">::first-line on inlines</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-177b.xml">Parsing : vs ::</data> </item>
  <item> <name>Test #</name> <data>279 of 296</data> </item>
  <item> <name>Testing</name> <data>Parsing: :not and pseudo-elements</data> </item>
  <item> <name>ID</name> <data>178</data> </item>
  <item> <name>Date</name> <data>2003-06-22</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
 <div xmlns="http://www.w3.org/1999/xhtml">
  <p>This line should be green.</p>
 </div>
</content>
  <source>
   <css>
 div { color: green; }
 p:not(:first-line) { color: yellow; background: red; }
 p:not(:after) { color: yellow; background: red; content: &#39; THIS TEST HAS FAILED! &#39;; }
</css>
   <xml>
 &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
  &lt;p&gt;This line should be green.&lt;/p&gt;
 &lt;/div&gt;
</xml>
  </source>
</test>