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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt

Issue 2558113002: Drop-down closes via tap/touch again. (Closed)
Patch Set: Created 4 years 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 PASS picker._selectElement.value is "1" 1 PASS picker._selectElement.value is "1"
2 PASS menuElement.value is "bar" 2 PASS menuElement.value is "bar"
3 PASS picker._selectElement.value is "0" 3 PASS picker._selectElement.value is "0"
4 PASS picker._selectElement.value is "2" 4 PASS picker._selectElement.value is "2"
5 PASS window.internals.pagePopupWindow is null 5 PASS window.internals.pagePopupWindow is null
6 PASS menuElement.value is "baz" 6 PASS menuElement.value is "baz"
7 ==> Test disabled option 7 ==> Test disabled option
8 PASS picker._selectElement.value is "2" 8 PASS picker._selectElement.value is "2"
9 PASS menuElement.value is "baz" 9 PASS menuElement.value is "baz"
10 PASS picker._selectElement.value is "2" 10 PASS picker._selectElement.value is "2"
11 PASS picker._selectElement.value is "2" 11 PASS picker._selectElement.value is "2"
12 PASS window.internals.pagePopupWindow is not null 12 PASS window.internals.pagePopupWindow is not null
13 PASS menuElement.value is "baz" 13 PASS menuElement.value is "baz"
14 ==> Test scrollable popup 14 ==> Test scrollable popup
15 PASS picker._selectElement.value is "1" 15 PASS picker._selectElement.value is "1"
16 PASS menuElement2.value is "2" 16 PASS menuElement2.value is "2"
17 PASS picker._selectElement.value is "2" 17 PASS picker._selectElement.value is "2"
18 PASS picker._selectElement.value is "3" 18 PASS picker._selectElement.value is "3"
19 PASS picker._selectElement.value is "0" 19 PASS picker._selectElement.value is "0"
20 PASS window.internals.pagePopupWindow is not null 20 PASS window.internals.pagePopupWindow is not null
21 PASS menuElement2.value is "2" 21 PASS menuElement2.value is "2"
22 ==> Test popup closes on outside GestureTapDawn 22 ==> Test popup closes on outside GestureTapDawn
23 PASS window.internals.pagePopupWindow is null 23 PASS window.internals.pagePopupWindow is null
24 ==> Test popup doesn't reopen immediately after closing
25 PASS window.internals.pagePopupWindow is null
26 PASS window.internals.pagePopupWindow is null
27 PASS window.internals.pagePopupWindow is not null
28 PASS window.internals.pagePopupWindow is null
29 PASS window.internals.pagePopupWindow is null
24 PASS successfullyParsed is true 30 PASS successfullyParsed is true
25 31
26 TEST COMPLETE 32 TEST COMPLETE
27 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698