summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1119117-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1119117-1-ref.html')
-rw-r--r--layout/reftests/bugs/1119117-1-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1119117-1-ref.html b/layout/reftests/bugs/1119117-1-ref.html
new file mode 100644
index 0000000000..b33ff7ff03
--- /dev/null
+++ b/layout/reftests/bugs/1119117-1-ref.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style>
+#image {
+ position:fixed;
+ opacity:0.50196078431;
+ left:0;
+ top:0;
+ width:100%;
+ height:100%;
+ background:blue;
+}
+</style>
+</head>
+<body>
+ <div id="image"></div>
+</body>
+</html>