14 lines
328 B
HTML
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>
|