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

Unified Diff: LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-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/dom/SVGPaint-expected.txt ('k') | LayoutTests/svg/dom/SVGPointList-basics-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt
diff --git a/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt b/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt
index 78a7d10136a396fb51c46145233c497bc2b30d64..cb2746fbf3b574777a2a88b6d2d9f4a28591ce02 100644
--- a/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt
+++ b/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt
@@ -43,7 +43,7 @@ PASS item0.y += 50 is 150
Check intermediate list state of path1
PASS path1.pathSegList.numberOfItems is 0
-PASS path1.pathSegList.getItem(0) threw exception Error: IndexSizeError: DOM Exception 1.
+PASS path1.pathSegList.getItem(0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
Check intermediate list state of path2
PASS path2.pathSegList.numberOfItems is 3
« no previous file with comments | « LayoutTests/svg/dom/SVGPaint-expected.txt ('k') | LayoutTests/svg/dom/SVGPointList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698