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

Side by Side Diff: LayoutTests/svg/custom/script-tests/keySplines-parsing-error.js

Issue 539383002: Handle semicolons at end of keySplines value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits Created 6 years, 3 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
OLDNEW
(Empty)
1 description("Tests parsing of keySplines attribute.");
2
3 var animate = document.createElementNS("http://www.w3.org/2000/svg", "animate");
4 animate.setAttribute("keySplines", ";;");
5 animate.setAttribute("keySplines", "0 ,0 1 , 1 ;;");
6
7 var successfullyParsed = true;
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/keySplines-parsing-error-expected.txt ('k') | Source/core/svg/SVGAnimationElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698