summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html
blob: 4606419b31c47f3b052ca2ef6930e8bf64d07a5b (plain)
1
2
3
4
5
<style></style>
<div id=test foo="BAR"></div>
<script>
var mode = "quirks mode";
</script>