summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/keygen/058-novalid.xhtml
blob: 943fbd16f9fc289a9297fc28b603bc55a5e27b08 (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 wrong ID</title>
</head>
<body>
<label for="foo">
<keygen id="bar"/>
</label>
</body>
</html>