summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/keygen/model-also-novalid.html
blob: 953ec6ad09cb844a8dab49fc415a02956b6e7f19 (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</title>
</head>
<body>
<label for="foo">
<keygen id="foo">
</label>
</body>
</html>