summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-transitions/background-color-with-opacity-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-transitions/background-color-with-opacity-ref.html')
-rw-r--r--layout/reftests/css-transitions/background-color-with-opacity-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/css-transitions/background-color-with-opacity-ref.html b/layout/reftests/css-transitions/background-color-with-opacity-ref.html
new file mode 100644
index 0000000000..0ec114ca69
--- /dev/null
+++ b/layout/reftests/css-transitions/background-color-with-opacity-ref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<style>
+#target {
+ background-color: green;
+ width: 100px;
+ height: 100px;
+ opacity: 0.5;
+}
+</style>
+<div id="target"></div>
+</html>