<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-174b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>NEGATED Attribute selectors with multiple attributes</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-175a.xml">Parsing: Numbers in classes</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-174a.xml">Attribute selectors with multiple attributes</data> </item>
  <item> <name>Test #</name> <data>258 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>NEGATED Attribute selectors with multiple attributes</data> </item>
  <item> <name>ID</name> <data>174b</data> </item>
  <item> <name>Date</name> <data>2002-09-20</data> </item>
  <item> <name>Revision</name> <data>1.0</data> </item>
 </metadata>
   <requirement>The UA must support namespaces for this test.</requirement>
  <content>
  <tests xmlns="http://css.example.net/" xmlns:test="http://css.example.net/">
   <testA attribute="pass" test:attribute="fail">This should be green.</testA>
   <testB attribute="fail" test:attribute="pass">This should be green.</testB>
  </tests>
</content>
  <source>
   <css>
 tests, tests * { display: block; color: green }
 testA:not([*|attribute=&quot;pass&quot;]) { color: red; }
 testB:not([*|attribute=&quot;pass&quot;]) { color: red; }
</css>
   <xml>
  &lt;tests xmlns=&quot;http://css.example.net/&quot; xmlns:test=&quot;http://css.example.net/&quot;&gt;
   &lt;testA attribute=&quot;pass&quot; test:attribute=&quot;fail&quot;&gt;This should be green.&lt;/testA&gt;
   &lt;testB attribute=&quot;fail&quot; test:attribute=&quot;pass&quot;&gt;This should be green.&lt;/testB&gt;
  &lt;/tests&gt;
</xml>
  </source>
</test>