tenfourfox/layout/reftests/native-theme/checkbox-dynamic-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
286 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#checkbox {
position: absolute;
left: 0px;
top: 0px;
background: -moz-linear-gradient(left, white, brown);
}
</style>
</head>
<body>
<div id="checkbox">
<input type="checkbox">
</div>
</body>
</html>