Files
2016-08-24 19:51:41 +02:00

10 lines
311 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "p[title$=\"bar\"]",
"match": ["1"]
}]
</script>
<div id="testDOM">
<p id="1" title="foobar">This paragraph should have a green background because its title attribute ends with &quot;bar&quot;</p>
</div>