https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4b97ac70bda81f089de42e3dbe4a10e505a6436d authored by Philip Jägenstedt on 25 January 2018, 12:55:18 UTC
Merge remote-tracking branch 'origin/master' into annevk/meta-global
Tip revision: 4b97ac7
css3-modsel-179.xml
<csstest def="::first-line on inlines" module="W3C Selectors" modulename="css3-modsel" number="179" rev="1.0" date="29-february-2004" xmlns="http://www.example.org/css3tests">

<author>Ian Hickson</author>

<cssrules>
  p { color: green; }
  span:first-line { background: red; color: yellow; font-size: 4em; }
  span::first-line { background: red; color: yellow; font-size: 4em; }
</cssrules>

<code>
   <p xmlns="http://www.w3.org/1999/xhtml"><span>This line should be green.</span></p>
</code>

</csstest>
back to top