OLD | NEW |
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 Loading... |
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 |
OLD | NEW |