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

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

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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-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
new file mode 100644
index 0000000000000000000000000000000000000000..18dc2053352a072bd96a40ec91360226b44dbfc0
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-tooShort-expected.txt
@@ -0,0 +1,77 @@
+CONSOLE WARNING: The specified value 'a' is not a valid email address.
+CONSOLE WARNING: The specified value 'abcde' is not a valid email address.
+CONSOLE WARNING: The specified value 'AAAAA' is not a valid email address.
+CONSOLE WARNING: The specified value 'a' is not a valid email address.
+CONSOLE WARNING: The specified value 'AAAAA' is not a valid email address.
+CONSOLE WARNING: The specified value 'abcd' is not a valid email address.
+CONSOLE WARNING: The specified value 'a' is not a valid email address.
+CONSOLE WARNING: The specified value 'abcd' is not a valid email address.
+CONSOLE WARNING: The specified value 'abc' is not a valid email address.
+CONSOLE WARNING: The specified value 'a' is not a valid email address.
+CONSOLE WARNING: The specified value 'abc' is not a valid email address.
+ This is a testharness.js-based test.
+PASS [INPUT in TEXT status] Non-dirty value - minLength is not set
+PASS [INPUT in TEXT status] Non-dirty value - value is empty string
+PASS [INPUT in TEXT status] Non-dirty value - length of value is greater than minLength
+PASS [INPUT in TEXT status] Non-dirty value - length of value equals to minLength
+PASS [INPUT in TEXT status] Non-dirty value - length of value is less than minLength
+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
+FAIL [INPUT in TEXT status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+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
+PASS [INPUT in SEARCH status] Non-dirty value - length of value equals to minLength
+PASS [INPUT in SEARCH status] Non-dirty value - length of value is less than minLength
+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
+FAIL [INPUT in SEARCH status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+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
+PASS [INPUT in TEL status] Non-dirty value - length of value equals to minLength
+PASS [INPUT in TEL status] Non-dirty value - length of value is less than minLength
+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
+FAIL [INPUT in TEL status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+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
+PASS [INPUT in URL status] Non-dirty value - length of value equals to minLength
+PASS [INPUT in URL status] Non-dirty value - length of value is less than minLength
+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
+FAIL [INPUT in URL status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+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
+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 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
+PASS [INPUT in PASSWORD status] Non-dirty value - length of value equals to minLength
+PASS [INPUT in PASSWORD status] Non-dirty value - length of value is less than minLength
+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
+FAIL [INPUT in PASSWORD status] Dirty value - value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+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
+PASS [textarea] Non-dirty value - length of value equals to minLength
+PASS [textarea] Non-dirty value - length of length of value is greater than minLength
+PASS [textarea] Dirty value - value is less than minLength
+PASS [textarea] Dirty value - length of value(LF, CRLF) in unicode is less than minLength
+FAIL [textarea] Dirty value - length of value equals to minLength assert_false: The validity.tooShort should be false. expected false got true
+PASS [textarea] Dirty value - length of value is greater than minLength
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698