12 lines
296 B
HTML
12 lines
296 B
HTML
<script type="application/json" id="selectors">
|
|
[{
|
|
"selector": "div :not(:enabled):not(:disabled)",
|
|
"match": ["1", "2"]
|
|
}]
|
|
</script>
|
|
<div id="testDOM">
|
|
<div id="1">
|
|
<p id="2">This paragraph should have a green background.</p>
|
|
</div>
|
|
</div>
|