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

Side by Side Diff: LayoutTests/compositing/overflow/resources/do-not-crash-use-after-free-update-widget-positions.svg

Issue 490473003: Defer call to updateWidgetPositions() outside of RenderLayerScrollableArea. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove release-assert Created 6 years, 4 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
(Empty)
1 <?xml version="1.0"?>
2 <svg id="element0" xmlns="http://www.w3.org/2000/svg">
3 <rect>
4 <animate from="10px" to="100px"
Ian Vollick 2014/08/20 17:42:59 nit: this line breaking looks funky. Is it necessa
hartmanng 2014/08/20 17:59:50 I thought it was, but I guess it was just being fl
5 />
6 <animate attributeName="height" to="10px"
7 dur="10s" />
8 </rect>
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698