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

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: doctype 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" />
5 <animate attributeName="height" to="10px" dur="10s" />
6 </rect>
7 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698