12 lines
306 B
HTML
12 lines
306 B
HTML
<script type="application/json" id="selectors">
|
|
[{
|
|
"selector": "p:not(:root)",
|
|
"match": ["2"]
|
|
}]
|
|
</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>
|