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