https://github.com/web-platform-tests/wpt
Raw File
Tip revision: efebd77ee5ec77d90333b10605c37aa1e6698ee5 authored by moz-wptsync-bot on 14 March 2018, 18:16:47 UTC
Use WorkerRef in FileReader,
Tip revision: efebd77
css3-modsel-62.xml
<csstest def="NEGATED :visited pseudo-class" module="W3C Selectors" modulename="css3-modsel" number="62" rev="1.1" date="01-november-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>

<historyneeded/>

<cssrules>div.stub &gt; * { background-color : red }
div.stub *:not(:visited) { background-color : lime }
</cssrules>
<code>
<div class="stub" xmlns="http://www.w3.org/1999/xhtml">
<a href="http://unvisited.example.org/css3-modsel-62/">This anchor should have a green background</a>
(Don't follow this link.)
</div>
</code>
</csstest>
back to top