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

Side by Side Diff: LayoutTests/svg/animations/smil-setcurrenttime-crash.svg

Issue 10802091: Merge 122755 - SVGAnimationElement::currentValuesForValuesAnimation crash (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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/smil-setcurrenttime-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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> 2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=91326 --> 3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=91326 -->
4 <rect> 4 <rect>
5 <animate attributeName="fill" begin="1s; 10s" dur="3s" fill="freeze" values= "#000;#fff"/> 5 <animate attributeName="fill" begin="1s; 10s" dur="3s" fill="freeze" values= "#000;#fff"/>
6 </rect> 6 </rect>
7 <text>PASS: not crashing.</text> 7 <text>PASS: not crashing.</text>
8 8
9 <script> 9 <script>
10 if (window.testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 12
13 document.documentElement.setCurrentTime(5); 13 document.documentElement.setCurrentTime(5);
14 </script> 14 </script>
15 </svg> 15 </svg>
16 16
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/smil-setcurrenttime-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698