summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/keygen/061-novalid.xhtml
blob: d6f7be84034f305f23f6ee7173e02c5471f97c37 (plain)
1
2
3
4
5
6
7
8
9
10
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>keygen as an invalid &lt;a> descendant</title>
</head>
<body>
<a href="url">
<keygen/>
</a>
</body>
</html>