Files
HTMLKit/Tests/css-tests/7b.html
T
2016-08-24 19:51:41 +02:00

10 lines
262 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "[title~=\"hello world\"]",
"match": []
}]
</script>
<div id="testDOM">
<p id="1" title="hello world">This line should have a green background.</p>
</div>