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

Unified Diff: LayoutTests/svg/custom/resources/draw-image-crash.svg

Issue 178043006: Fix crash when resizing a view destroys the render tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup test Created 6 years, 10 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
« no previous file with comments | « LayoutTests/svg/custom/draw-image-crash-expected.txt ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/resources/draw-image-crash.svg
diff --git a/LayoutTests/svg/as-image/resources/100px-green-rect.svg b/LayoutTests/svg/custom/resources/draw-image-crash.svg
similarity index 53%
copy from LayoutTests/svg/as-image/resources/100px-green-rect.svg
copy to LayoutTests/svg/custom/resources/draw-image-crash.svg
index c391055bc27b96c166ec0a6a8e4ab8077597442e..cbdbb3ad97dbd3b9e2e2e9e88383291b764cd338 100644
--- a/LayoutTests/svg/as-image/resources/100px-green-rect.svg
+++ b/LayoutTests/svg/custom/resources/draw-image-crash.svg
@@ -1,3 +1,4 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <rect x="0" y="0" width="100px" height="100px" fill="green"/>
-</svg>
+ <text y="100">Crash<animateMotion/></text>
+ <set to="none" attributeName="display" />
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/draw-image-crash-expected.txt ('k') | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698