<?xml-stylesheet href="../../../style/xml-full.css" type="text/css"?>
<?xml-stylesheet href="css3-modsel-44c.css" type="text/css"?>
<test xmlns:xlink="http://www.w3.org/1999/xlink">
 <title>Child combinator and classes</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-44d.xml">Child combinatior and IDs</data> </item>
  <item> <name>Previous</name> <data xlink:type="simple" xlink:href="css3-modsel-44b.xml">Child combinator</data> </item>
  <item> <name>Test #</name> <data>59 of 276 of the static tests category</data> </item>
  <item> <name>Testing</name> <data>Child combinator and classes</data> </item>
  <item> <name>ID</name> <data>44c</data> </item>
  <item> <name>Date</name> <data>2003-06-21</data> </item>
  <item> <name>Revision</name> <data>1.1</data> </item>
 </metadata>
  <content>
  <div xmlns="http://www.w3.org/1999/xhtml"> This should be unstyled. </div>
  <div xmlns="http://www.w3.org/1999/xhtml" class="control"> This should have a green background. </div>
</content>
  <source>
   <css>
  .fail &gt; div { background: red; color: yellow; }
  .control { background: green; color: white; }
</css>
   <xml>
  &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt; This should be unstyled. &lt;/div&gt;
  &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; class=&quot;control&quot;&gt; This should have a green background. &lt;/div&gt;
</xml>
  </source>
</test>