diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-will-change/will-change-transform-huge-offset-scrolled-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-will-change/will-change-transform-huge-offset-scrolled-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-will-change/will-change-transform-huge-offset-scrolled-ref.html b/testing/web-platform/tests/css/css-will-change/will-change-transform-huge-offset-scrolled-ref.html new file mode 100644 index 0000000000..c2af258e11 --- /dev/null +++ b/testing/web-platform/tests/css/css-will-change/will-change-transform-huge-offset-scrolled-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<div style="width: 20px; height: 20px; margin-top: 10000px; background: green"></div> +<script>window.scrollTo(0, 10000);</script> |