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

Side by Side Diff: LayoutTests/svg/animations/smil-animation-max-attribute-zero-crash.html

Issue 258753003: ASSERTION FAILED: !begin.isIndefinite() in WebCore::SVGSMILElement::resolveFirstInterval (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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-animation-max-attribute-zero-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
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <rect>
4 <animate attributeName="fill" begin="-1; indefinite" max="0" fill="freeze" v alues="#000;#fff"/>
5 </rect>
6 <text>PASS: not crashing in debug.</text>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/smil-animation-max-attribute-zero-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698