summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-different-value-novalid.html
blob: 8e9f82fe515b599fce0fcba9ae24487aba944e8f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xml:lang="en" lang="fr">
<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>