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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/input-valueasnumber-unsupported-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 "0" does not conform to the required format . The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers. 1 CONSOLE WARNING: line 18: The specified value "0" does not conform to the requir ed format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal n umbers.
2 Tests for .valueAsNumber with non-supported input types. 2 Tests for .valueAsNumber with non-supported input 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 Check for type=button 7 Check for type=button
8 PASS input.valueAsNumber is Number.NaN 8 PASS input.valueAsNumber is Number.NaN
9 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values.. 9 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values..
10 Check for type=checkbox 10 Check for type=checkbox
11 PASS input.valueAsNumber is Number.NaN 11 PASS input.valueAsNumber is Number.NaN
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Check for type=text 49 Check for type=text
50 PASS input.valueAsNumber is Number.NaN 50 PASS input.valueAsNumber is Number.NaN
51 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values.. 51 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values..
52 Check for type=url 52 Check for type=url
53 PASS input.valueAsNumber is Number.NaN 53 PASS input.valueAsNumber is Number.NaN
54 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values.. 54 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su pport Number values..
55 PASS successfullyParsed is true 55 PASS successfullyParsed is true
56 56
57 TEST COMPLETE 57 TEST COMPLETE
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698