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