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