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

13 lines
407 B
HTML

<script type="application/json" id="selectors">
[{
"selector": "blockquote + div ~ p",
"match": ["4"]
}]
</script>
<div id="testDOM">
<blockquote id="1"><div>This text should be unstyled.</div></blockquote>
<div id="2">This text should be unstyled.</div>
<div id="3">This text should be unstyled.</div>
<p id="4">This text should be green.</p>
</div>