summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html')
-rw-r--r--layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html b/layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html
new file mode 100644
index 0000000000..ecc40d5090
--- /dev/null
+++ b/layout/reftests/async-scrolling/async-scroll-and-zoom-ref.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ html {
+ scrollbar-width: none;
+ }
+ body {
+ height: 3000px;
+ margin: 0;
+ }
+ div {
+ position: absolute;
+ top: -100px;
+ width: 200px;
+ height: 200px;
+ background: green;
+ }
+ </style>
+</head>
+<body>
+ <div></div>
+</body>
+</html>