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

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

Issue 2517253002: Drop down list closes on touch scroll/pinch zoom (Closed)
Patch Set: review comments addressed. 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
23 PASS window.internals.pagePopupWindow is null
22 PASS successfullyParsed is true 24 PASS successfullyParsed is true
23 25
24 TEST COMPLETE 26 TEST COMPLETE
25 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698