https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 80724663b04d82106448d9afcfe1a3fa63ba9e52 authored by François Doray on 28 March 2018, 20:58:32 UTC
Revert "bluetooth: FakeBluetoothChooser impl."
Tip revision: 8072466
css3-modsel-79.xml
<csstest def="NEGATED :first-of-type pseudo-class" module="W3C Selectors" modulename="css3-modsel" number="79" rev="1.0" date="11-july-2001" xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.example.org/css3tests">

<author>Daniel Glazman</author>
<cssrules>.red { background-color : red }
address { margin-bottom : 1em ; margin-left : 1em }
address:not(:first-of-type) { background-color : lime }
</cssrules>

<code>
<div xmlns="http://www.w3.org/1999/xhtml">This div contains 3 addresses :
<address>A first address with normal background</address>
<address class="red">A second address that should have a green background</address>
<address class="red">A third address that should have a green background</address>
</div>
</code>
</csstest>
back to top