mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
15 lines
484 B
XML
15 lines
484 B
XML
<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>
|