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

Side by Side Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt

Issue 11150011: Merge 130848 - Sub-fields in input[type=time] should not be focusable if the input is disabled or r… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 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 Multiple fields UI of time input type with mouse events 1 Multiple fields UI of time input type with mouse events
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Please run this with DumpRenderTree. 6 Please run this with DumpRenderTree.
7 7
8 Test following mouse actions: 8 Test following mouse actions:
9 Mouse click to focus field 9 Mouse click to focus field
10 Mouse click on spin button 10 Mouse click on spin button
11 11
12 = Focus to hour field = 12 = Focus to hour field =
13 PASS input.value is "02:23" 13 PASS input.value is "02:23"
14 = Focus to minute field = 14 = Focus to minute field =
15 PASS input.value is "02:24" 15 PASS input.value is "02:24"
16 = Click up part of spin button = 16 = Click up part of spin button =
17 PASS input.value is "02:25" 17 PASS input.value is "02:25"
18 = Click down part of spin button = 18 = Click down part of spin button =
19 PASS input.value is "02:24" 19 PASS input.value is "02:24"
20 = Click on a disabled/readonly field =
21 PASS input.value is "02:24"
22 PASS input.value is "02:24"
20 23
21 PASS successfullyParsed is true 24 PASS successfullyParsed is true
22 25
23 TEST COMPLETE 26 TEST COMPLETE
24 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698