<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-14b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>More than one class selector</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-14c.xml">More than one class selector</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-14.xml">More than one class selector</data> </item>
  <item> <name>Test #</name> <data>16 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>More than one class selector</data> </item>
  <item> <name>ID</name> <data>14b</data> </item>
  <item> <name>Date</name> <data>2004-04-27</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
  <content>
  <p xmlns="http://www.w3.org/1999/xhtml" class="t1">This line should be green.</p>
  <p xmlns="http://www.w3.org/1999/xhtml" class="t1 t2">This line should be green.</p>
</content>
  <source>
   <css>
p { background: green; color: white; }
.t1.fail { background: red; color: yellow; }
.fail.t1 { background: red; color: yellow; }
.t2.fail { background: red; color: yellow; }
.fail.t2 { background: red; color: yellow; }
/* Note: This is a valid test even per CSS1, since in CSS1 those rules
         are invalid and should be dropped. */
</css>
   <xml>
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;t1&quot;&gt;This line should be green.&lt;/p&gt;
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;t1 t2&quot;&gt;This line should be green.&lt;/p&gt;
</xml>
  </source>
</test>