https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fced01876b48e034b64d9dad6de14d1bdeba3cc0 authored by Daniel Cheng on 12 April 2018, 12:08:45 UTC
Return null from contentDocument/getSVGDocument() for cross-origin documents.
Tip revision: fced018
css3-modsel-184e.xml
<csstest def="NEGATED starts-with attribute selector with empty value" module="W3C Selectors" modulename="css3-modsel" number="184e" rev="1.0" date="30-october-2008" xmlns="http://www.example.org/css3tests">

<author>Lachlan Hunt</author>

<cssrules>
p { color: red; }
p:not([class^=""]) { color: lime; }
</cssrules>

<code>
<p xmlns="http://www.w3.org/1999/xhtml" class="">This text should be green.</p>
<p xmlns="http://www.w3.org/1999/xhtml">This text should be green.</p>
</code>

</csstest>
back to top