https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 95a4dac471e2eb2811555819a623676b597b5997 authored by kritisingh1 on 14 March 2018, 19:47:02 UTC
stops using wrappedJSObject in marionette executor
Tip revision: 95a4dac
css3-modsel-178.xml
<csstest def="Parsing: :not and pseudo-elements" module="W3C Selectors" modulename="css3-modsel" number="178" rev="1.0" date="22-june-2003" xmlns="http://www.example.org/css3tests">

<author>Ian Hickson</author>

<cssrules>
 div { color: green; }
 p:not(:first-line) { color: yellow; background: red; }
 p:not(:after) { color: yellow; background: red; content: ' THIS TEST HAS FAILED! '; }
</cssrules>

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

</csstest>
back to top