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