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