Bug 1336480 - Part 2. Test case. r=mstange

MozReview-Commit-ID: K4EZOOzd1ND

--HG--
extra : rebase_source : d00b8c1e80c018e33dbf811c71f1a65bf5f4683e
This commit is contained in:
cku 2017-02-20 18:04:44 +08:00
parent dc40936bd9
commit 0c4924ad08
2 changed files with 28 additions and 2 deletions

View File

@ -0,0 +1,26 @@
<head>
<style>
body {
filter: blur(0px);
background-color: red;
margin:0px;
}
a {
text-indent: -9999em;
top: -9999em;
position: absolute;
}
div {
width: 100%;
height: 100%;
background-color: lime;
margin: 0px;
}
</style>
</head>
<body>
<div></div>
<a href="http://example.com">http://example.com</a>
</body>

View File

@ -29,6 +29,8 @@ skip-if(d2d) == blur-cap-large-radius-on-software.html blur-cap-large-radius-on-
== drop-shadow.html drop-shadow-ref.html
== drop-shadow-default-color.html drop-shadow-default-color-ref.html
== drop-shadow-negative-offset.html drop-shadow-negative-offset-ref.html
== filter-on-huge-bbox.html pass.svg
== filter-on-outer-svg.html pass.svg
fuzzy-if(d2d,1,10000) == grayscale.html grayscale-ref.html
fuzzy-if(d2d,1,10000) == grayscale-one.html grayscale-one-ref.html
fuzzy-if(d2d,1,10000) == grayscale-over-one.html grayscale-over-one-ref.html
@ -68,5 +70,3 @@ fuzzy-if(d2d,1,10000) == sepia-percent.html sepia-percent-ref.html
== sepia-zero.html sepia-zero-ref.html
fuzzy(2,125000) == scale-filtered-content-01.html scale-filtered-content-01-ref.html
== filter-on-outer-svg.html pass.svg