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

Unified Diff: LayoutTests/fast/dom/HTMLInputElement/input-size-attribute-expected.txt

Issue 84693008: Improve HTMLInputElement exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 298167737520d25323fdbfad6d7e5478095713d4..d449a74537819a9cc0d4975ab4046452a3e83f27 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 IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS input.size = 0 threw exception IndexSizeError: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698