mirror of
https://github.com/servo/servo.git
synced 2025-10-15 07:50:20 +01:00
15 lines
522 B
XML
15 lines
522 B
XML
<csstest def="Direct adjacent combinator and classes" module="W3C Selectors" modulename="css3-modsel" number="45c" rev="1.1" date="6-december-2002" xmlns="http://www.example.org/css3tests">
|
|
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>
|
|
.fail + div { background: red; }
|
|
.control { background: lime; }
|
|
</cssrules>
|
|
|
|
<code>
|
|
<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>
|
|
</code>
|
|
|
|
</csstest>
|