diff options
Diffstat (limited to 'layout/reftests/bugs/1827337-1.html')
-rw-r--r-- | layout/reftests/bugs/1827337-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1827337-1.html b/layout/reftests/bugs/1827337-1.html new file mode 100644 index 0000000000..b7d600f9a1 --- /dev/null +++ b/layout/reftests/bugs/1827337-1.html @@ -0,0 +1,6 @@ +<div style="overflow: scroll; width: 400px; height: 400px;"> + <div style="width: 200px; height: 1000vh; background: blue;"> + </div> + <div style="background: yellow; position: absolute; top: 0; left: 0; bottom: 0; right: 0;"> + </div> +</div> |