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