mirror of
https://github.com/servo/servo.git
synced 2025-10-10 05:20:19 +01:00
14 lines
417 B
XML
14 lines
417 B
XML
<csstest def="Syntax and parsing" module="W3C Selectors" modulename="css3-modsel" number="155c" rev="1.0" date="27-november-2001" xmlns="http://www.example.org/css3tests">
|
|
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>
|
|
p { background: lime; }
|
|
.one.word { background: red; }
|
|
</cssrules>
|
|
|
|
<code>
|
|
<p class="one.word" xmlns="http://www.w3.org/1999/xhtml">This line should have a green background.</p>
|
|
</code>
|
|
|
|
</csstest>
|