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