<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-184f.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED contains attribute selector with empty value</title>
 <author>Lachlan Hunt</author>
 <metadata>
  <item> <name>CSS 3 Module</name> <data>W3C Selectors</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-184e.xml">NEGATED starts-with attribute selector with empty value</data> </item>
  <item> <name>Test #</name> <data>276 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED contains attribute selector with empty value</data> </item>
  <item> <name>ID</name> <data>184f</data> </item>
  <item> <name>Date</name> <data>2008-10-30</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
  <content>
<p xmlns="http://www.w3.org/1999/xhtml" class="">This text should be green.</p>
<p xmlns="http://www.w3.org/1999/xhtml">This text should be green.</p>
</content>
  <source>
   <css>
p { color: red; }
p:not([class*=&quot;&quot;]) { color: lime; }
</css>
   <xml>
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;&quot;&gt;This text should be green.&lt;/p&gt;
&lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;This text should be green.&lt;/p&gt;
</xml>
  </source>
</test>