10 lines
233 B
HTML
10 lines
233 B
HTML
<script type="application/json" id="selectors">
|
|
[{
|
|
"selector": "#foo",
|
|
"match": ["foo"]
|
|
}]
|
|
</script>
|
|
<div id="testDOM">
|
|
<p id="foo">This paragraph should have a green background</p>
|
|
</div>
|