diff options
Diffstat (limited to 'layout/reftests/bugs/301726-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/301726-2-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/301726-2-ref.html b/layout/reftests/bugs/301726-2-ref.html new file mode 100644 index 000000000..00fca7fd1 --- /dev/null +++ b/layout/reftests/bugs/301726-2-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + <div style="overflow: scroll; visibility: hidden; + height: 100px;"> + <div style="visibility: visible; height: 50px; background: green"> + </div> + </div> +</body> +</html> |