Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / popup-menu-touch-operations-expected.txt
blobae445be269599c37ff0d7ad3931fb0643ee25634
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
16 TEST COMPLETE