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