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