https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3c1277e4f12ad53c7bcf1e28b92fd12b346b7339 authored by Ovidio Henriquez on 23 March 2018, 15:12:10 UTC
bluetooth: Add RemoveFakeDescriptor to BT test
Tip revision: 3c1277e
css3-modsel-166a.xml
<csstest def=":first-letter with ::first-letter" module="W3C Selectors" modulename="css3-modsel" number="166a" rev="1.0" date="1-january-2001" xmlns="http://www.example.org/css3tests">

<author>Ian Hickson</author>

<cssrules>
  p::first-letter { background-color: red; }
  p:first-letter { background-color: lime; }
</cssrules>

<code>
   <p xmlns="http://www.w3.org/1999/xhtml">The first letter of this paragraph should have a green background.</p>
</code>

</csstest>
back to top