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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt

Issue 1615003002: Fix behavior of HTMLInputElement.maxLength/minLength getter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
index 72d93e8e977141ec5485b463f21ca1f2cf6b82d2..7734edc510dca586b16f4da90c109c869c3c1b1a 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
@@ -73,7 +73,7 @@ PASS
Attempting to insert 530000 characters with maxLength = 600000.
PASS
Some tests for .maxLength property.
-PASS input.maxLength is implicitMaxLength
+PASS input.maxLength is -1
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

Powered by Google App Engine
This is Rietveld 408576698