summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html')
-rw-r--r--layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html b/layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html
new file mode 100644
index 0000000000..6c99ac24bf
--- /dev/null
+++ b/layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML>
+<html>
+<meta name="viewport" content="width=800; height=1000; initial-scale=1.0">
+<body>
+<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; transform: translate(360px,0px);"/>
+</body>
+</html>