blob: f7ece299c5842df12a9823ca29188d229c755741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Test for bug 1059498 - Paint parts of the filter that are caused by parts of the source that are invisible</title>
<style>
body {
margin: 0;
}
#result {
width: 100px;
height: 30px;
background-color: lime;
}
</style>
<div id="result"></div>
|