blob: 882f74a48dda75da465bcd90b3bf65ba52be8e51 [file] [log] [blame]
<csstest def="Child combinatior and IDs" module="W3C Selectors" modulename="css3-modsel" number="44d" rev="1.0" date="21-november-2001" xmlns="http://www.example.org/css3tests">
<author>Ian Hickson</author>
<cssrules>
#fail > div { background: red; }
p { background: green; }
</cssrules>
<code>
<div xmlns="http://www.w3.org/1999/xhtml"> This should be unstyled. </div>
<p xmlns="http://www.w3.org/1999/xhtml"> This should have a green background. </p>
</code>
</csstest>