summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-only-novalid.html
blob: 7f4571ef12e920ef81091d88e1ba66b185b19966 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xml:lang="en">
<head>
<meta charset=utf-8>
<title>When "xml:lang" is specified, the element must also have "lang" present with the same value</title>
</head>
<body>
<p></p>
</body>
</html>