Files
HTMLKit/Tests/css-tests/72b.html
T
2016-08-24 19:51:41 +02:00

12 lines
323 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "html:not(:root), test:not(:root)",
"match": []
}]
</script>
<div id="testDOM">
<div id="1">
<p id="2">This paragraph should have a green background and there should be no red anywhere.</p>
</div>
</div>