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

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

Issue 1235293003: Implement filter effects region for reference filters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixes per review comments Created 5 years, 5 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: LayoutTests/css3/filters/feoffset-region-zoom.html
diff --git a/LayoutTests/css3/filters/feoffset-region-zoom.html b/LayoutTests/css3/filters/feoffset-region-zoom.html
index 1c12891fa7b93a0250f03316a91ff3170fd88db1..511defdc76d61b092eecd4f6bf499d8c7bae1ee2 100644
--- a/LayoutTests/css3/filters/feoffset-region-zoom.html
+++ b/LayoutTests/css3/filters/feoffset-region-zoom.html
@@ -7,7 +7,7 @@
<svg xmlns="http://www.w3.org/3000/svg" width="0" height="0" xmlns:xlink="http://www.w3.org/1999/xlink">
<desc>This tests that offsets are applied correctly when zoomed.</desc>
- <filter id="offset-flood">
+ <filter id="offset-flood" x="0%" y="0%" width="100%" height="100%">
<feflood flood-color="green" x="150" width="50" y="0" height="50"/>
<feoffset dx="20" dy="-10" />
<fecomposite in2="SourceGraphic" operator="over"/>
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-ordering.html ('k') | LayoutTests/css3/filters/filterRegions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698