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

Unified Diff: LayoutTests/svg/filters/filter-refresh.svg

Issue 1148763002: Invalidate SVG filter display items on subtree modification (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Upload correct patch this time Created 5 years, 7 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/svg/filters/filter-refresh.svg
diff --git a/LayoutTests/svg/filters/filter-refresh.svg b/LayoutTests/svg/filters/filter-refresh.svg
index 0744dcf6fc35c9e4760b7fdadddcd1d9f411b02c..cb9e44180501031b70bc6104ff4f7511d20b9090 100644
--- a/LayoutTests/svg/filters/filter-refresh.svg
+++ b/LayoutTests/svg/filters/filter-refresh.svg
@@ -12,7 +12,7 @@ There should be no red squares in the output. -->
</filter>
<filter id="animated" x="0" y="0">
- <animate attributeName="x" from="0" to="0" dur="0.05s"/>
+ <set attributeName="x" to="0" />
pdr. 2015/05/20 21:09:27 Now that we are tracking invalidations, this flaki
fs 2015/05/20 21:57:08 Acknowledged.
<feOffset in="SourceGraphic" dx="0" dy="0" />
</filter>

Powered by Google App Engine
This is Rietveld 408576698