https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d2bf9c1b6f8586eb11fe98fccb8b9a1cfe7cffde authored by Geoffrey Sneddon on 19 March 2018, 15:19:55 UTC
Rename host -> browser_host and host_ip -> server_host
Tip revision: d2bf9c1
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