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

Side by Side Diff: LayoutTests/svg/animations/animate-clip-crash.html

Issue 656443002: Disable animated clipping on SVG content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-clip-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg"> 2 <svg xmlns="http://www.w3.org/2000/svg">
3 <animateMotion begin="689328207834365109403786593332753148024s"/> 3 <animate attributeName="clip"/>
4 </svg> 4 </svg>
5 <p>PASS if Blink does not crash in debug.</p> 5 <p>PASS if Blink does not crash in debug.</p>
6 <script> 6 <script>
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.waitUntilDone(); 8 testRunner.waitUntilDone();
kouhei (in TOK) 2014/10/14 04:53:34 Do we really need waitUntilDone() on this test?
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
11 window.onload = function() { 11 window.onload = function() {
12 testRunner.notifyDone(); 12 testRunner.notifyDone();
13 }; 13 }
14 } 14 }
15 </script> 15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-clip-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698