https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 12b220dc6d9287eb11a881caa2306fc64339a339 authored by Marcos Cáceres on 19 March 2018, 06:05:12 UTC
nit: linting error
Tip revision: 12b220d
css3-modsel-44.xml
<csstest def="Child combinator" module="W3C Selectors" modulename="css3-modsel" number="44" rev="1.2" date="29-february-2004" 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>
<author>Ian Hickson</author>

<cssrules>.white { background-color: transparent ! important; }
.red { background-color: red; }
div &gt; p.test { background-color: lime; }</cssrules>

<code>
 <div xmlns="http://www.w3.org/1999/xhtml">
  <p class="red test">This paragraph should have a green background</p>
  <div>
   <p class="red test">This paragraph should have a green background</p>
  </div>
 </div>
 <table xmlns="http://www.w3.org/1999/xhtml">
  <tbody>
   <tr>
    <td>
     <p class="white test">This paragraph should be unstyled.</p>
    </td>
   </tr>
  </tbody>
 </table>
</code>
</csstest>
back to top