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

Side by Side Diff: LayoutTests/svg/dom/resources/import-other-svg.svg

Issue 290353002: SVG: Moving animating <svg> to other iframe should not crash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: RELEASE_ASSERT Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <foreignObject id="insertionPoint" width="500" height="500">
3 </foreignObject>
4 <script>
5 document.getElementById("insertionPoint").appendChild(window.top.otherSVG);
6 </script>
7 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/move-animating-svg-to-other-frame-expected.txt ('k') | LayoutTests/svg/dom/resources/svg-with-animate.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698