summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/keygen/057-novalid.xhtml
blob: 7421a0ef6e6fb85d4f81519e799cdf733e1326b6 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>keygen with invalid empty "keytype" attribute</title>
</head>
<body>
<keygen keytype=""/>
</body>
</html>