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

Unified Diff: LayoutTests/svg/custom/acid3-test-77-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/acid3-test-77-expected.txt
diff --git a/LayoutTests/svg/custom/acid3-test-77-expected.txt b/LayoutTests/svg/custom/acid3-test-77-expected.txt
index 4a73a1837a7a8fe6f0a5afc9eb448194531fb290..ac69691b45f34da299edcfe5be957bf70e9e4087 100644
--- a/LayoutTests/svg/custom/acid3-test-77-expected.txt
+++ b/LayoutTests/svg/custom/acid3-test-77-expected.txt
@@ -11,19 +11,19 @@ PASS text.getSubStringLength(1,1) is 23
PASS text.getSubStringLength(1,0) is 0
PASS text.getSubStringLength(1, 3) is 4734
PASS text.getSubStringLength(0, 4) is 4776
-PASS text.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getSubStringLength(-17, 20) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS text.getSubStringLength(3, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS text.getSubStringLength(-17, 20) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS text.getStartPositionOfChar(0).x is 0
PASS text.getStartPositionOfChar(1).x is 42
PASS text.getStartPositionOfChar(2).x is 42+23
PASS text.getStartPositionOfChar(0).y is 4000
-PASS text.getEndPositionOfChar(-1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS text.getEndPositionOfChar(-1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS text.getEndPositionOfChar(0).x is 42
PASS text.getEndPositionOfChar(1).x is 42+23
PASS text.getEndPositionOfChar(2).x is 42+23+4711
-PASS text.getEndPositionOfChar(-17) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS text.getEndPositionOfChar(4) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS text.getEndPositionOfChar(-17) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS text.getEndPositionOfChar(4) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/svg/custom/SVGException-expected.txt ('k') | LayoutTests/svg/custom/baseval-animval-equality-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698