diff options
Diffstat (limited to 'layout/reftests/native-theme/checkbox-dynamic-1-ref.html')
-rw-r--r-- | layout/reftests/native-theme/checkbox-dynamic-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/checkbox-dynamic-1-ref.html b/layout/reftests/native-theme/checkbox-dynamic-1-ref.html new file mode 100644 index 000000000..8d745c4a6 --- /dev/null +++ b/layout/reftests/native-theme/checkbox-dynamic-1-ref.html @@ -0,0 +1,18 @@ +<!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> |