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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 Error: IndexSizeError: DOM E xception 1. 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 Error: IndexSizeError: DO M Exception 1. 2 PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
3 PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1. 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
« no previous file with comments | « LayoutTests/svg/custom/script-tests/SVGException.js ('k') | LayoutTests/svg/dom/SVGAngle-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698