summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/keygen/060-novalid.xhtml
blob: 0c0003a09163f93e0fd2eaf25e55b02b43b7d98e (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>keygen as redundant &lt;label descendant</title>
</head>
<body>
<label for="foo">
<input id="foo"/>
<keygen/>
</label>
</body>
</html>