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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/selectSubString-expected.txt
diff --git a/LayoutTests/svg/custom/selectSubString-expected.txt b/LayoutTests/svg/custom/selectSubString-expected.txt
index fc17e813e5feb9d78f7b948cfa9dd8426a06ecf4..4cebb6c1061b6679cc23105f897c297b76238b8b 100644
--- a/LayoutTests/svg/custom/selectSubString-expected.txt
+++ b/LayoutTests/svg/custom/selectSubString-expected.txt
@@ -1,6 +1,6 @@
-PASS svgText.selectSubString(-1, 0) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgText.getSubStringLength(0, -1) threw exception Error: IndexSizeError: DOM Exception 1.
-PASS svgText.getSubStringLength(3, 0) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgText.getSubStringLength(3, 0) 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/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