summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html')
-rw-r--r--testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html
new file mode 100644
index 000000000..4606419b3
--- /dev/null
+++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/syntax-quirks.html
@@ -0,0 +1,5 @@
+<style></style>
+<div id=test foo="BAR"></div>
+<script>
+var mode = "quirks mode";
+</script>