summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/position-fixed-async-zoom-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/async-scrolling/position-fixed-async-zoom-3.html')
-rw-r--r--layout/reftests/async-scrolling/position-fixed-async-zoom-3.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/position-fixed-async-zoom-3.html b/layout/reftests/async-scrolling/position-fixed-async-zoom-3.html
new file mode 100644
index 0000000000..112926c2da
--- /dev/null
+++ b/layout/reftests/async-scrolling/position-fixed-async-zoom-3.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html reftest-async-scroll
+ reftest-displayport-x="0" reftest-displayport-y="0"
+ reftest-displayport-w="800" reftest-displayport-h="1000"
+ reftest-async-zoom="2.0">
+<head>
+ <style>
+ html {
+ scrollbar-width: none;
+ }
+ body {
+ height: 3000px;
+ margin: 0;
+ }
+ div {
+ position: fixed;
+ top: 20px;
+ right: 20px;
+ height: 100px;
+ width: 100px;
+ background: blue;
+ }
+ </style>
+</head>
+<body>
+ <div></div>
+</body>
+</html>