Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html

Issue 2303703002: Revamp filter primitive region calculations for Filter Effects (Closed)
Patch Set: Baselines again; Manual for mac10.11-retina Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
index 9a5f85440fbff9d9b76fbfe03a0e142a2d23bca1..edde177db6ab9be978a2a41c9c413bbb78303ef6 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/feoffset-region-zoom-expected.html
@@ -1,7 +1,7 @@
<body style="margin: 0px;">
<div style="zoom: 2; margin: 30px;">
<div style="background: blue; filter: url(#offset-flood); width:200px; height:100px;" src="resources/reference.png">
- <div style="position: absolute; left:200px; top:20px; width:50px; height:50px; background:green;"/>
+ <div style="position: absolute; left:200px; top:30px; width:30px; height:40px; background:green;"/>
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698