diff options
Diffstat (limited to 'layout/reftests/bugs/1059498-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1059498-1-ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1059498-1-ref.html b/layout/reftests/bugs/1059498-1-ref.html new file mode 100644 index 0000000000..f7ece299c5 --- /dev/null +++ b/layout/reftests/bugs/1059498-1-ref.html @@ -0,0 +1,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> |