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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="ht tp://www.w3.org/1999/xlink"> 1 <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="ht tp://www.w3.org/1999/xlink">
2 <rect x="0" y="0" width="100px" height="100px" fill="green"/> 2 <text y="100">Crash<animateMotion/></text>
3 </svg> 3 <set to="none" attributeName="display" />
4 </svg>
OLDNEW
« 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