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