diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/native-theme/progress-overflow.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/progress-overflow.html b/layout/reftests/native-theme/progress-overflow.html new file mode 100644 index 0000000000..d5611c473b --- /dev/null +++ b/layout/reftests/native-theme/progress-overflow.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <body> + <div style="-moz-appearance: progressbar; width:180px; height:40px;"> + <div style="-moz-appearance: progresschunk; width:50%; height:100%;"> + </div> + </div> + </body> +</html> |