Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
index 402e7ee586e227e59a6149ea5d5ccd613db9fa11..d15569160b4cb9df412aa378a4a434110b13d374 100644 |
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt |
@@ -51,10 +51,10 @@ 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 |
PASS [INPUT in EMAIL status] Non-dirty value - length of value equals to minLength |
PASS [INPUT in EMAIL status] Non-dirty value - length of value is less than minLength |
-FAIL [INPUT in EMAIL status] Dirty value - value is greater than minLength Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('email') does not support selection. |
-FAIL [INPUT in EMAIL status] Dirty value - length of value(AAAAA) in unicode is greater than minLength Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('email') does not support selection. |
-FAIL [INPUT in EMAIL status] Dirty value - value equals to minLength Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('email') does not support selection. |
-FAIL [INPUT in EMAIL status] Dirty value - length of value is less than minLength Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('email') does not support selection. |
+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 |
+FAIL [INPUT in EMAIL status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true |
+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 |