summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1406183-1.html
blob: 4da777ed0fe8022bbaefcff42ba9dcb55cd45abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>