<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-15b.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Multiple ID selectors</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-15c.xml">Multiple IDs</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-15.xml">ID selectors</data> </item>
  <item> <name>Test #</name> <data>21 of 273 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Multiple ID selectors</data> </item>
  <item> <name>ID</name> <data>15b</data> </item>
  <item> <name>Date</name> <data>2004-05-29</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
  <content>
  <p xmlns="http://www.w3.org/1999/xhtml" id="test">This line should be green.</p>
  <div xmlns="http://www.w3.org/1999/xhtml" id="pass">This line should be green.</div>
</content>
  <source>
   <css>
p { background: green; color: white; }
#test#fail { background: red; color: yellow; }
#fail#test { background: red; color: yellow; }
#fail { background: red; color: yellow; }
div { background: red; color: yellow; }
#pass#pass { background: green; color: white; }
</css>
   <xml>
  &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot; id=&quot;test&quot;&gt;This line should be green.&lt;/p&gt;
  &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; id=&quot;pass&quot;&gt;This line should be green.&lt;/div&gt;
</xml>
  </source>
</test>