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

11 lines
258 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "[*|*=test]",
"match": [],
"error": 2
}]
</script>
<div id="testDOM">
<p class="test">This line should have a green background.</p>
</div>