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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-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 "undefined" does not conform to the require d format. The format is "HH:mm", "HH:mm:ss" or "HH:mm:ss.SSS" where HH is 00-23 , mm is 00-59, ss is 00-59, and SSS is 000-999. 1 CONSOLE WARNING: line 44: The specified value "undefined" does not conform to th e required format. The format is "HH:mm", "HH:mm:ss" or "HH:mm:ss.SSS" where HH is 00-23, mm is 00-59, ss is 00-59, and SSS is 000-999.
2 Multiple fields UI of time input type with keyboard events 2 Multiple fields UI of time input type with keyboard events
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 Please run this with DumpRenderTree. 7 Please run this with DumpRenderTree.
8 8
9 Test following keys: 9 Test following keys:
10 Digit keys 10 Digit keys
11 Left/Right - Move focus field inside element 11 Left/Right - Move focus field inside element
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 PASS input.value is "12:02:56" 68 PASS input.value is "12:02:56"
69 == RTL focus navigation == 69 == RTL focus navigation ==
70 The tests in this block fail on platforms without the lang-attribute-aware-form- control-UI feature. 70 The tests in this block fail on platforms without the lang-attribute-aware-form- control-UI feature.
71 PASS input.value is "01:56" 71 PASS input.value is "01:56"
72 PASS input.value is "01:02" 72 PASS input.value is "01:02"
73 PASS input.value is "03:02" 73 PASS input.value is "03:02"
74 PASS successfullyParsed is true 74 PASS successfullyParsed is true
75 75
76 TEST COMPLETE 76 TEST COMPLETE
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698