https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7c96c90ed8f1b469c37f06c37f248c42535060b8 authored by Hiroki Nakagawa on 26 March 2018, 09:29:42 UTC
Worker: Allow dynamic import() on DedicatedWorkerGlobalScope
Tip revision: 7c96c90
css3-modsel-50.xml
<csstest def="NEGATED attribute existence selector" module="W3C Selectors" modulename="css3-modsel" number="50" 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>@namespace a url(http://www.example.org/a);
a|* { color : red ; display : block ; margin-bottom : 1em }
div.stub *|*:not([test]) { color : lime }</cssrules>

<code>
<div class="stub" xmlns="http://www.w3.org/1999/xhtml">
<q test="1" xmlns="http://www.example.org/a">
  <r>This text should be in green characters</r>
</q>
<s xmlns="http://www.example.org/a">This text should be in green characters</s>
</div>
</code>
</csstest>
back to top