summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/keygen/id-missing-novalid.html
blob: 1793192c85083e224968aedc359eb357be511dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>keygen as &lt;label> descendant, with no ID</title>
</head>
<body>
<label for="foo">
<keygen>
</label>
</body>
</html>