diff options
Diffstat (limited to 'gfx/tests/reftest/1519754.html')
-rw-r--r-- | gfx/tests/reftest/1519754.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1519754.html b/gfx/tests/reftest/1519754.html new file mode 100644 index 0000000000..7db2093cfd --- /dev/null +++ b/gfx/tests/reftest/1519754.html @@ -0,0 +1,5 @@ +<body> +<div style="left: 400px; position: fixed; transform: translateX(-200px); width: 200px; height: 100px; overflow: auto;"> + <div style="background-color: red; height: 200px;"/> +</div> +</body> |