summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html')
-rw-r--r--gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html b/gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html
new file mode 100644
index 0000000000..0e3ec7173d
--- /dev/null
+++ b/gfx/layers/apz/test/reftest/root-scrollbar-zoomed-out.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html class="reftest-wait" reftest-resolution="0.5"><head>
+<meta name="viewport" content="width=device-width">
+</head>
+<body onload="scrollTo(900,20000); document.documentElement.classList.remove('reftest-wait')">
+<div style="width: 18000px; height: 40000px; background: white;"></div>
+</body>
+</html>