summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1406183-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1406183-1.html')
-rw-r--r--layout/reftests/bugs/1406183-1.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1406183-1.html b/layout/reftests/bugs/1406183-1.html
new file mode 100644
index 0000000000..4da777ed0f
--- /dev/null
+++ b/layout/reftests/bugs/1406183-1.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+
+<title>Testcase 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;
+}
+
+.filter {
+ height: 200px;
+ filter: hue-rotate(0deg);
+}
+
+</style>
+
+<div class="outer">
+ <div class="filter">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAAFklEQVQImWMwjWhCQwxECoW3oCHihAB0LyYv5/oAHwAAAABJRU5ErkJggg==">
+ </div>
+</div>