summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selectors/attribute-selectors/attribute-case/resources/semantics-xml.xhtml
blob: f4d40fb852b1f37258768c0fb7f43070d84d6e22 (plain)
1
2
3
4
5
6
7
8
9
10
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style></style>
</head>
<body>
<script>
var mode = "XML";
</script>
</body>
</html>