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

14 lines
328 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "* html",
"match": []
},
{
"selector": "* :root",
"match": []
}]
</script>
<div id="testDOM">
<p id="1">This line should be green (there should be no red on this page).</p>
</div>