Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
index 48c182fc4e19c439a0d740872c26a7b97da2200a..233f4e886f67d0bc494ae1929204ed83c443fc16 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
@@ -18,7 +18,7 @@ PASS [INPUT in TEXT status] Non-dirty value - length of value is less than minLe |
PASS [INPUT in TEXT status] Dirty value - value is greater than minLength |
PASS [INPUT in TEXT status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in TEXT status] Dirty value - value equals to minLength |
-FAIL [INPUT in TEXT status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in TEXT status] Dirty value - length of value is less than minLength |
PASS [INPUT in SEARCH status] Non-dirty value - minLength 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 greater than minLength |
@@ -27,7 +27,7 @@ PASS [INPUT in SEARCH status] Non-dirty value - length of value is less than min |
PASS [INPUT in SEARCH status] Dirty value - value is greater than minLength |
PASS [INPUT in SEARCH status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in SEARCH status] Dirty value - value equals to minLength |
-FAIL [INPUT in SEARCH status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in SEARCH status] Dirty value - length of value is less than minLength |
PASS [INPUT in TEL status] Non-dirty value - minLength 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 greater than minLength |
@@ -36,7 +36,7 @@ PASS [INPUT in TEL status] Non-dirty value - length of value is less than minLen |
PASS [INPUT in TEL status] Dirty value - value is greater than minLength |
PASS [INPUT in TEL status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in TEL status] Dirty value - value equals to minLength |
-FAIL [INPUT in TEL status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in TEL status] Dirty value - length of value is less than minLength |
PASS [INPUT in URL status] Non-dirty value - minLength 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 greater than minLength |
@@ -45,7 +45,7 @@ PASS [INPUT in URL status] Non-dirty value - length of value is less than minLen |
PASS [INPUT in URL status] Dirty value - value is greater than minLength |
PASS [INPUT in URL status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in URL status] Dirty value - value equals to minLength |
-FAIL [INPUT in URL status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in URL status] Dirty value - length of value is less than minLength |
PASS [INPUT in EMAIL status] Non-dirty value - minLength 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 greater than minLength |
@@ -54,7 +54,7 @@ PASS [INPUT in EMAIL status] Non-dirty value - length of value is less than minL |
PASS [INPUT in EMAIL status] Dirty value - value is greater than minLength |
PASS [INPUT in EMAIL status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in EMAIL status] Dirty value - value equals to minLength |
-FAIL [INPUT in EMAIL status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in EMAIL status] Dirty value - length of value is less than minLength |
PASS [INPUT in PASSWORD status] Non-dirty value - minLength 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 greater than minLength |
@@ -63,7 +63,7 @@ PASS [INPUT in PASSWORD status] Non-dirty value - length of value is less than m |
PASS [INPUT in PASSWORD status] Dirty value - value is greater than minLength |
PASS [INPUT in PASSWORD status] Dirty value - length of value(AAAAA) in unicode is greater than minLength |
PASS [INPUT in PASSWORD status] Dirty value - value equals to minLength |
-FAIL [INPUT in PASSWORD status] Dirty value - length of value is less than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [INPUT in PASSWORD status] Dirty value - length of value is less than minLength |
PASS [textarea] Non-dirty value - minLength is no set |
PASS [textarea] Non-dirty value - value is empty string |
PASS [textarea] Non-dirty value - length of value is greater than minLength |
@@ -72,6 +72,6 @@ PASS [textarea] Non-dirty value - length of length of value is greater than min |
PASS [textarea] Dirty value - value is less than minLength |
PASS [textarea] Dirty value - length of value(LF, CRLF) in unicode is less than minLength |
PASS [textarea] Dirty value - length of value equals to minLength |
-FAIL [textarea] Dirty value - length of value is greater than minLength assert_true: The validity.tooShort should be true. expected true got false |
+PASS [textarea] Dirty value - length of value is greater than minLength |
Harness: the test ran to completion. |