https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3a5695ca77ac85b8c8e65de17faaa20dccf2f98e authored by Marijn Kruisselbrink on 21 March 2018, 22:30:54 UTC
[Blobs] Correctly set mimetype of blob in FetchDataLoader.
Tip revision: 3a5695c
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