summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml')
-rw-r--r--testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml
new file mode 100644
index 000000000..f4d40fb85
--- /dev/null
+++ b/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml
@@ -0,0 +1,10 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<style></style>
+</head>
+<body>
+<script>
+var mode = "XML";
+</script>
+</body>
+</html>