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

Side by Side Diff: LayoutTests/svg/custom/selectSubString-expected.txt

Issue 22798002: Make SVGTextContentElement methods behave consistently with Firefox and IE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits Created 7 years, 4 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
1 PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or siz e was negative, or greater than the allowed value.. 1 PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or siz e was negative, or greater than the allowed value..
2 PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. 2 PASS svgText.getSubStringLength(0, -1) did not throw exception.
3 PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or s ize was negative, or greater than the allowed value.. 3 PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or s ize was negative, or greater than the allowed value..
4 PASS successfullyParsed is true 4 PASS successfullyParsed is true
5 5
6 TEST COMPLETE 6 TEST COMPLETE
7 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698