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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt

Issue 1453993002: update-w3c-deps import using blink cc6d84edb87e89c363ab48dac8a983213b9dc02c: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip imported/web-platform-tests/html/webappapis/scripting/events/onerroreventhandler.html Created 5 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: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
index 1ce765736373bc3b37272c2eeb3e8ba7d9bbcfcc..1ac90a186a7c7cf16518a33aaa89f8d0384bbe09 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
@@ -18,7 +18,7 @@ PASS [INPUT in TEXT status] Non-dirty value - length of value is greater than ma
PASS [INPUT in TEXT status] Dirty value - value is less than maxlength
PASS [INPUT in TEXT status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in TEXT status] Dirty value - value equals to maxlength
-FAIL [INPUT in TEXT status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [INPUT in TEXT status] Dirty value - length of value is greater than maxlength
PASS [INPUT in SEARCH status] Non-dirty value - maxlength is not set
PASS [INPUT in SEARCH status] Non-dirty value - value is empty string
PASS [INPUT in SEARCH status] Non-dirty value - length of value is less than maxlength
@@ -27,7 +27,7 @@ PASS [INPUT in SEARCH status] Non-dirty value - length of value is greater than
PASS [INPUT in SEARCH status] Dirty value - value is less than maxlength
PASS [INPUT in SEARCH status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in SEARCH status] Dirty value - value equals to maxlength
-FAIL [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [INPUT in SEARCH status] Dirty value - length of value is greater than maxlength
PASS [INPUT in TEL status] Non-dirty value - maxlength is not set
PASS [INPUT in TEL status] Non-dirty value - value is empty string
PASS [INPUT in TEL status] Non-dirty value - length of value is less than maxlength
@@ -36,7 +36,7 @@ PASS [INPUT in TEL status] Non-dirty value - length of value is greater than max
PASS [INPUT in TEL status] Dirty value - value is less than maxlength
PASS [INPUT in TEL status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in TEL status] Dirty value - value equals to maxlength
-FAIL [INPUT in TEL status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [INPUT in TEL status] Dirty value - length of value is greater than maxlength
PASS [INPUT in URL status] Non-dirty value - maxlength is not set
PASS [INPUT in URL status] Non-dirty value - value is empty string
PASS [INPUT in URL status] Non-dirty value - length of value is less than maxlength
@@ -45,7 +45,7 @@ PASS [INPUT in URL status] Non-dirty value - length of value is greater than max
PASS [INPUT in URL status] Dirty value - value is less than maxlength
PASS [INPUT in URL status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in URL status] Dirty value - value equals to maxlength
-FAIL [INPUT in URL status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [INPUT in URL status] Dirty value - length of value is greater than maxlength
PASS [INPUT in EMAIL status] Non-dirty value - maxlength is not set
PASS [INPUT in EMAIL status] Non-dirty value - value is empty string
PASS [INPUT in EMAIL status] Non-dirty value - length of value is less than maxlength
@@ -63,7 +63,7 @@ PASS [INPUT in PASSWORD status] Non-dirty value - length of value is greater tha
PASS [INPUT in PASSWORD status] Dirty value - value is less than maxlength
PASS [INPUT in PASSWORD status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in PASSWORD status] Dirty value - value equals to maxlength
-FAIL [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [INPUT in PASSWORD status] Dirty value - length of value is greater than maxlength
PASS [textarea] Non-dirty value - maxlength is not set
PASS [textarea] Non-dirty value - value is empty string
PASS [textarea] Non-dirty value - length of value is less than maxlength
@@ -72,6 +72,6 @@ PASS [textarea] Non-dirty value - length of value is greater than maxlength
PASS [textarea] Dirty value - value is less than maxlength
PASS [textarea] Dirty value - length of value(LF, CRLF) in unicode is less than maxlength
PASS [textarea] Dirty value - length of value equals to maxlength
-FAIL [textarea] Dirty value - length of value is greater than maxlength assert_false: The validity.tooLong should be false. expected false got true
+PASS [textarea] Dirty value - length of value is greater than maxlength
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698