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

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

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline Created 5 years, 3 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/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 61d55e9b3620c5d61b882995f2721760c2696e73..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_true: The validity.tooLong should be true. expected true got false
+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_true: The validity.tooLong should be true. expected true got false
+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_true: The validity.tooLong should be true. expected true got false
+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_true: The validity.tooLong should be true. expected true got false
+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
@@ -54,7 +54,7 @@ PASS [INPUT in EMAIL status] Non-dirty value - length of value is greater than m
PASS [INPUT in EMAIL status] Dirty value - value is less than maxlength
PASS [INPUT in EMAIL status] Dirty value - length of value(AAA) in unicode is less than maxlength
PASS [INPUT in EMAIL status] Dirty value - value equals to maxlength
-FAIL [INPUT in EMAIL status] Dirty value - length of value is greater than maxlength assert_true: The validity.tooLong should be true. expected true got false
+PASS [INPUT in EMAIL status] Dirty value - length of value is greater than maxlength
PASS [INPUT in PASSWORD status] Non-dirty value - maxlength is not set
PASS [INPUT in PASSWORD status] Non-dirty value - value is empty string
PASS [INPUT in PASSWORD 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_true: The validity.tooLong should be true. expected true got false
+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_true: The validity.tooLong should be true. expected true got false
+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