blob: b7fdc3318bd5044df8b97741b7dadab45f5b3cf3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that checkboxes are painted properly when dashed/dotted horizontal rule is present.</title>
<style>
hr {
margin-top: -10px;
border: 1px dashed white;
}
</style>
</head>
<body>
<hr>
<input type="checkbox" checked="checked">
</body>
</html>