diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/css-scrollbars/scrollbar-width-auto.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/css-scrollbars/scrollbar-width-auto.html b/layout/reftests/css-scrollbars/scrollbar-width-auto.html new file mode 100644 index 0000000000..9ea830144f --- /dev/null +++ b/layout/reftests/css-scrollbars/scrollbar-width-auto.html @@ -0,0 +1,6 @@ +<!doctype html> +<style> + :root { + overflow: scroll; + } +</style> |