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