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 checkbox.</title>
<link rel="author" title="Louise Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1404770">
<link rel="match" href="checkbox-minimum-size-ref.html">
<style type="text/css">
input {
height: 0px;
}
</style>
</head>
<body>
<input type="checkbox">
<input type="checkbox" checked>
</body>
</html>