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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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: The specified value "2" does not conform to the required format . The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers. 1 CONSOLE WARNING: line 1: The specified value "2" does not conform to the require d format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal nu mbers.
2 Check stepMismatch results for unsupported types. 2 Check stepMismatch results for unsupported types.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Unsupported types 7 Unsupported types
8 PASS input.type = "text"; input.step = "3"; input.min = ""; input.value = "2"; i nput.validity.stepMismatch is false 8 PASS input.type = "text"; input.step = "3"; input.min = ""; input.value = "2"; i nput.validity.stepMismatch is false
9 PASS input.type = "button"; input.validity.stepMismatch is false 9 PASS input.type = "button"; input.validity.stepMismatch is false
10 PASS input.type = "checkbox"; input.validity.stepMismatch is false 10 PASS input.type = "checkbox"; input.validity.stepMismatch is false
11 PASS input.type = "color"; input.validity.stepMismatch is false 11 PASS input.type = "color"; input.validity.stepMismatch is false
12 PASS input.type = "email"; input.validity.stepMismatch is false 12 PASS input.type = "email"; input.validity.stepMismatch is false
13 PASS input.type = "hidden"; input.validity.stepMismatch is false 13 PASS input.type = "hidden"; input.validity.stepMismatch is false
14 PASS input.type = "image"; input.validity.stepMismatch is false 14 PASS input.type = "image"; input.validity.stepMismatch is false
15 PASS input.type = "khtml_isindex"; input.validity.stepMismatch is false 15 PASS input.type = "khtml_isindex"; input.validity.stepMismatch is false
16 PASS input.type = "passwd"; input.validity.stepMismatch is false 16 PASS input.type = "passwd"; input.validity.stepMismatch is false
17 PASS input.type = "radio"; input.validity.stepMismatch is false 17 PASS input.type = "radio"; input.validity.stepMismatch is false
18 PASS input.type = "reset"; input.validity.stepMismatch is false 18 PASS input.type = "reset"; input.validity.stepMismatch is false
19 PASS input.type = "search"; input.validity.stepMismatch is false 19 PASS input.type = "search"; input.validity.stepMismatch is false
20 PASS input.type = "submit"; input.validity.stepMismatch is false 20 PASS input.type = "submit"; input.validity.stepMismatch is false
21 PASS input.type = "tel"; input.validity.stepMismatch is false 21 PASS input.type = "tel"; input.validity.stepMismatch is false
22 PASS input.type = "url"; input.validity.stepMismatch is false 22 PASS input.type = "url"; input.validity.stepMismatch is false
23 PASS input.type = "file"; input.validity.stepMismatch is false 23 PASS input.type = "file"; input.validity.stepMismatch is false
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698