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

Side by Side Diff: LayoutTests/fast/forms/listbox-selection-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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 <select> selection test for mouse events and keyevents. 1 <select> selection test for mouse events and keyevents.
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 1) Select one item with mouse (no previous selection) 6 1) Select one item with mouse (no previous selection)
7 PASS selectionPattern("sl1") is "10000" 7 PASS selectionPattern("sl1") is "10000"
8 2) Select one item with mouse (with previous selection) 8 2) Select one item with mouse (with previous selection)
9 PASS selectionPattern("sl2") is "10000" 9 PASS selectionPattern("sl2") is "10000"
10 3) Select one item with the keyboard (no previous selection) 10 3) Select one item with the keyboard (no previous selection)
(...skipping 17 matching lines...) Expand all
28 12) Select an item cmd-clicking 28 12) Select an item cmd-clicking
29 PASS selectionPattern("sl12") is "01100" 29 PASS selectionPattern("sl12") is "01100"
30 13) Select a range shift-clicking 30 13) Select a range shift-clicking
31 PASS selectionPattern("sl13") is "11110" 31 PASS selectionPattern("sl13") is "11110"
32 14) Select a range with the keyboard 32 14) Select a range with the keyboard
33 PASS selectionPattern("sl14") is "01100" 33 PASS selectionPattern("sl14") is "01100"
34 PASS successfullyParsed is true 34 PASS successfullyParsed is true
35 35
36 TEST COMPLETE 36 TEST COMPLETE
37 37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698