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