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