Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<head>
<meta charset="utf-8">
<title>Test minimum size of radio.</title>
<link rel="match" href="radio-minimum-size-ref.html">
<style type="text/css">
input {
height: 0px;
}
</style>
</head>
<body>
<input type="radio">
<input type="radio" checked>
</body>
</html>