summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/animate-opacity-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-animations/animate-opacity-ref.html')
-rw-r--r--layout/reftests/css-animations/animate-opacity-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/css-animations/animate-opacity-ref.html b/layout/reftests/css-animations/animate-opacity-ref.html
new file mode 100644
index 0000000000..d0b3bff4ae
--- /dev/null
+++ b/layout/reftests/css-animations/animate-opacity-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<html>
+<title>Reftest, bug 1156456</title>
+<style>
+
+body {
+ background: #2a4;
+}
+
+div {
+ width: 200px; height: 200px;
+ background: #c37;
+ opacity: 0.6;
+ will-change: opacity;
+}
+
+</style>
+<div></div>