diff options
Diffstat (limited to 'tests/ref/position_fixed_overflow_a.html')
-rw-r--r-- | tests/ref/position_fixed_overflow_a.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/position_fixed_overflow_a.html b/tests/ref/position_fixed_overflow_a.html new file mode 100644 index 00000000000..edc21e7d347 --- /dev/null +++ b/tests/ref/position_fixed_overflow_a.html @@ -0,0 +1,8 @@ +<html> +<body> + <div style="top: 5px; left: 5px; height: 5px; width: 5px; position: fixed;"> + <div style="height: 100px; width: 100px; background: black;"></div> + </div> +</body> +</html> + |