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

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

Issue 1287003002: Touch scrolling in list picker shouldn't close the popup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline mac test Created 5 years, 4 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 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 PASS picker._selectElement.value is "1"
8 PASS menuElement2.value is "2"
9 PASS picker._selectElement.value is "2"
10 PASS picker._selectElement.value is "3"
11 PASS picker._selectElement.value is "0"
12 PASS window.internals.pagePopupWindow is not null
13 PASS menuElement2.value is "2"
7 PASS successfullyParsed is true 14 PASS successfullyParsed is true
8 15
9 TEST COMPLETE 16 TEST COMPLETE
10 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698