diff options
Diffstat (limited to 'layout/reftests/scrolling/propagated-overflow-style-1-ref.html')
-rw-r--r-- | layout/reftests/scrolling/propagated-overflow-style-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/scrolling/propagated-overflow-style-1-ref.html b/layout/reftests/scrolling/propagated-overflow-style-1-ref.html new file mode 100644 index 0000000000..7c2b1b3150 --- /dev/null +++ b/layout/reftests/scrolling/propagated-overflow-style-1-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <title> + Reference case with body and html *independently* scrollable. + </title> + <style> + html { + overflow: scroll; + } + body { + overflow: scroll; + } + </style> +</head> +<body> +</body> +</html> |