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

Unified Diff: LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-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/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
index eed8a0b8b86e267d6dfd481ba28f611a4c80ca80..298167737520d25323fdbfad6d7e5478095713d4 100644
--- a/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
+++ b/LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt
@@ -13,7 +13,7 @@ PASS input.setAttribute('size', 'a'); input.size is 20
PASS input.removeAttribute('size'); input.size is 20
PASS input.setAttribute('size', '0'); input.size is 20
PASS input.setAttribute('size', '10'); input.size is 10
-PASS input.size = 0 threw exception Error: IndexSizeError: DOM Exception 1.
+PASS input.size = 0 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698