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 | 4 |
1 files changed, 4 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 0000000000..e6aade6617 --- /dev/null +++ b/layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<div style="width: 200px; height: 200px; overflow: scroll; -moz-appearance:none"> + <div style="width: 100000px; height: 1000000px"></div> +</div> |