diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/layers/apz/test/reftest/root-scrollbar-async-zoomed-in-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gfx/layers/apz/test/reftest/root-scrollbar-async-zoomed-in-ref.html b/gfx/layers/apz/test/reftest/root-scrollbar-async-zoomed-in-ref.html new file mode 100644 index 0000000000..9568836459 --- /dev/null +++ b/gfx/layers/apz/test/reftest/root-scrollbar-async-zoomed-in-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html class="reftest-wait"><head> +<meta name="viewport" content="initial-scale=1,width=device-width"> +</head> +<body onload="scrollTo(450,10000); document.documentElement.classList.remove('reftest-wait')"> +<div style="width: 9000px; height: 20000px; background: white;"></div> +</body> +</html> |