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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg

Issue 2882873002: Deflake paint/invalidation/svg/image-animation-with-zoom.html (Closed)
Patch Set: - Created 3 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: third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg b/third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg
index c916931003d9deb6436cd1570605799c0bdbea48..05b5c162cee7a866a3ef8663da641a136efb2537 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/resources/animate-center.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
<defs>
<style type="text/css"><![CDATA[
#square {
@@ -15,5 +15,5 @@
}
]]></style>
</defs>
- <rect id="square" width="5" height="5" x="5" y="5"></rect>
-</svg>
+ <rect id="square" width="30" height="30" x="10" y="10"></rect>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698