summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html')
-rw-r--r--layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html b/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html
new file mode 100644
index 0000000000..0909192947
--- /dev/null
+++ b/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="UTF-8">
+</head>
+
+<body>
+ <div style="position: absolute; will-change: transform;">
+ Foo
+ </div>
+ <div style="color: green;">
+ Bar
+ </div>
+</body>
+
+</html>