diff options
Diffstat (limited to 'layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html')
-rw-r--r-- | layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html b/layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html new file mode 100644 index 000000000..16e96ad98 --- /dev/null +++ b/layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<meta http-equiv="msthemecompatible" content="no"> +<div style="width: 200px; height: 200px; overflow: scroll;"> + <div style="width: 100000px; height: 1000000px"></div> +</div> |