diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-position/position-fixed-scroll-nested-fixed-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-position/position-fixed-scroll-nested-fixed-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-position/position-fixed-scroll-nested-fixed-ref.html b/testing/web-platform/tests/css/css-position/position-fixed-scroll-nested-fixed-ref.html new file mode 100644 index 0000000000..024bf032d7 --- /dev/null +++ b/testing/web-platform/tests/css/css-position/position-fixed-scroll-nested-fixed-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<div style="width: 200px; height: 100px; background: green"></div> +<div style="height: 4900px"></div> |