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

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

Issue 1344233004: update-w3c-deps import using blink 41e709df01f60521d3c9786d319cdc1690633151: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated -expected 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: LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
index f73f5448f357ff44ac3cbc178335623f7068902e..61d55e9b3620c5d61b882995f2721760c2696e73 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooLong-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 less than maxlength
PASS [INPUT in EMAIL status] Non-dirty value - length of value equals to maxlength
PASS [INPUT in EMAIL status] Non-dirty value - length of value is greater than maxlength
-FAIL [INPUT in EMAIL status] Dirty value - value is less than maxlength 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(AAA) in unicode is less than maxlength 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 maxlength 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 greater than maxlength 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 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 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

Powered by Google App Engine
This is Rietveld 408576698