summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/attributes/lang/empty-isvalid.html
blob: f88354d019addb0f8506476b34aa53ba539137e8 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="">
<head>
<meta charset=utf-8>
<title>must be a valid BCP 47 language tag, or the empty string</title>
</head>
<body>
<p></p>
</body>
</html>