summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1406183-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1406183-1-ref.html')
-rw-r--r--layout/reftests/bugs/1406183-1-ref.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1406183-1-ref.html b/layout/reftests/bugs/1406183-1-ref.html
new file mode 100644
index 0000000000..a7a225b34d
--- /dev/null
+++ b/layout/reftests/bugs/1406183-1-ref.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+
+<title>Reference for bug 1406183: ImageLayer inside inactive BasicLayerManager for fallback nsDisplayFilters is drawn at the wrong position</title>
+
+<style>
+
+body {
+ margin: 0;
+}
+
+.outer {
+ margin-left: 100px;
+ margin-top: 50px;
+ width: 200px;
+ height: 200px;
+}
+
+</style>
+
+<div class="outer">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAFklEQVQImWMwjWhCQwxECoW3oCHihAB0LyYv5/oAHwAAAABJRU5ErkJggg==">
+</div>