1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-16 13:28:45 +00:00
Files
UXP/layout/reftests/native-theme/checkbox-dynamic-1-ref.html
T

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>