summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/translucent-color-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/backgrounds/translucent-color-3.html')
-rw-r--r--layout/reftests/backgrounds/translucent-color-3.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/translucent-color-3.html b/layout/reftests/backgrounds/translucent-color-3.html
new file mode 100644
index 0000000000..ce1d4f15aa
--- /dev/null
+++ b/layout/reftests/backgrounds/translucent-color-3.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ </head>
+ <body>
+ <div style="position: absolute; top: 0; left: 0; width: 32px; height: 32px; background-color: rgb(255,0,0); opacity: 0.50196;">
+ </div>
+ </body>
+</html>