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

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

Issue 1591613002: Move tests about 'New SELECT Popup' to fast/forms/select-popup, and disable them on OSX and Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
(Empty)
1 PASS picker._selectElement.value is "1"
2 PASS menuElement.value is "bar"
3 PASS picker._selectElement.value is "0"
4 PASS picker._selectElement.value is "2"
5 PASS window.internals.pagePopupWindow is null
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"
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698