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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt

Issue 2339493002: Remove useless validation check for email type. (Closed)
Patch Set: Remove noisy value validation warnings for email input type. Created 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
2 CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
3 CONSOLE WARNING: line 283: The specified value "abc" is not a valid email addres s.
4 This is a testharness.js-based test. 1 This is a testharness.js-based test.
5 PASS [INPUT in TEXT status] no constraint 2 PASS [INPUT in TEXT status] no constraint
6 PASS [INPUT in TEXT status] no constraint (in a form) 3 PASS [INPUT in TEXT status] no constraint (in a form)
7 FAIL [INPUT in TEXT status] suffering from being too long assert_false: The chec kValidity method should be false. expected false got true 4 FAIL [INPUT in TEXT status] suffering from being too long assert_false: The chec kValidity method should be false. expected false got true
8 FAIL [INPUT in TEXT status] suffering from being too long (in a form) assert_fal se: The checkValidity method of the element's form owner should return false. ex pected false got true 5 FAIL [INPUT in TEXT status] suffering from being too long (in a form) assert_fal se: The checkValidity method of the element's form owner should return false. ex pected false got true
9 PASS [INPUT in TEXT status] suffering from a pattern mismatch 6 PASS [INPUT in TEXT status] suffering from a pattern mismatch
10 PASS [INPUT in TEXT status] suffering from a pattern mismatch (in a form) 7 PASS [INPUT in TEXT status] suffering from a pattern mismatch (in a form)
11 PASS [INPUT in TEXT status] suffering from being missing 8 PASS [INPUT in TEXT status] suffering from being missing
12 PASS [INPUT in TEXT status] suffering from being missing (in a form) 9 PASS [INPUT in TEXT status] suffering from being missing (in a form)
13 PASS [INPUT in SEARCH status] no constraint 10 PASS [INPUT in SEARCH status] no constraint
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 PASS [select] no constraint 115 PASS [select] no constraint
119 PASS [select] no constraint (in a form) 116 PASS [select] no constraint (in a form)
120 PASS [select] suffering from being missing 117 PASS [select] suffering from being missing
121 PASS [select] suffering from being missing (in a form) 118 PASS [select] suffering from being missing (in a form)
122 PASS [textarea] no constraint 119 PASS [textarea] no constraint
123 PASS [textarea] no constraint (in a form) 120 PASS [textarea] no constraint (in a form)
124 PASS [textarea] suffering from being missing 121 PASS [textarea] suffering from being missing
125 PASS [textarea] suffering from being missing (in a form) 122 PASS [textarea] suffering from being missing (in a form)
126 Harness: the test ran to completion. 123 Harness: the test ran to completion.
127 124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698