mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
15 lines
460 B
XML
15 lines
460 B
XML
<csstest def=":first-line with ::first-line" module="W3C Selectors" modulename="css3-modsel" number="167" rev="1.0" date="1-january-2001" xmlns="http://www.example.org/css3tests">
|
|
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>
|
|
p:first-line { background-color: red; }
|
|
p::first-line { background-color: lime; }
|
|
</cssrules>
|
|
|
|
<code>
|
|
<p xmlns="http://www.w3.org/1999/xhtml">The first line of this paragraph should have a green background.</p>
|
|
</code>
|
|
|
|
</csstest>
|