blob: f604ceafac273d51a3a53c4c430a9bd9913301f9 [file] [log] [blame]
<csstest def="Syntax and parsing" module="W3C Selectors" modulename="css3-modsel" number="155d" rev="1.0" date="27-november-2001" xmlns="http://www.example.org/css3tests">
<author>Ian Hickson</author>
<cssrules>
.one\.word { background: lime; }
p { 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>