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

Side by Side Diff: LayoutTests/svg/animations/discard-on-svg-crash-2.html

Issue 195233003: Prevent destruction of self in SMILTimeContainer with 'discard' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner) {
4 testRunner.waitUntilDone();
5 testRunner.dumpAsText();
6 }
7 window.onload = function() {
8 // Give the animation synchronization some time to run.
9 setTimeout(function() {
10 if (window.testRunner)
11 testRunner.notifyDone();
12 }, 50);
13 };
14 </script>
15 <!-- PASS if no crash. May require ASan or similar. -->
16 <p>PASS</p>
17 <svg xmlns="http://www.w3.org/2000/svg">
18 <discard begin="0.01s; foo.end"></discard>
19 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698