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

Unified Diff: LayoutTests/fast/forms/input-maxlength-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/forms/input-maxlength-expected.txt
diff --git a/LayoutTests/fast/forms/input-maxlength-expected.txt b/LayoutTests/fast/forms/input-maxlength-expected.txt
index 12866038b0c24dc67f6c59937115c3aa408f76e6..72d93e8e977141ec5485b463f21ca1f2cf6b82d2 100644
--- a/LayoutTests/fast/forms/input-maxlength-expected.txt
+++ b/LayoutTests/fast/forms/input-maxlength-expected.txt
@@ -74,7 +74,7 @@ Attempting to insert 530000 characters with maxLength = 600000.
PASS
Some tests for .maxLength property.
PASS input.maxLength is implicitMaxLength
-PASS input.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS input.maxLength = -1 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLInputElement': The value provided (-1) is negative..
PASS input.getAttribute('maxlength') is '100'
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/forms/input-maxlength.html ('k') | LayoutTests/fast/forms/month/input-valueasnumber-month.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698