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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 Test for opening select popup and closing. 1 Test for opening select popup and closing.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 These tests run specfically for Linux and Windows 6 These tests run specfically for Linux and Windows
7 Test opening and closing of popup using alt and down arrow key 7 Test opening and closing of popup using alt and down arrow key
8 PASS internals.isSelectPopupVisible(popup) is true 8 PASS internals.isSelectPopupVisible(popup) is true
9 FAIL internals.isSelectPopupVisible(popup) should be false. Was true. 9 PASS internals.isSelectPopupVisible(popup) is false
10 Test opening and closing of popup using alt and up arrow key 10 Test opening and closing of popup using alt and up arrow key
11 PASS internals.isSelectPopupVisible(popup) is true 11 PASS internals.isSelectPopupVisible(popup) is true
12 FAIL internals.isSelectPopupVisible(popup) should be false. Was true. 12 PASS internals.isSelectPopupVisible(popup) is false
13 Test opening of popup using F4 13 Test opening of popup using F4
14 FAIL internals.isSelectPopupVisible(popup) should be true. Was false. 14 FAIL internals.isSelectPopupVisible(popup) should be true. Was false.
15 Test opening of popup using enter key 15 Test opening of popup using enter key
16 FAIL internals.isSelectPopupVisible(popup) should be true. Was false. 16 FAIL internals.isSelectPopupVisible(popup) should be true. Was false.
17 Works for all platforms 17 Works for all platforms
18 Test opening of popup using space key 18 Test opening of popup using space key
19 PASS internals.isSelectPopupVisible(popup) is true 19 PASS internals.isSelectPopupVisible(popup) is true
20 Works for only mac 20 Works for only mac
21 Test opening of popup using up key 21 Test opening of popup using up key
22 PASS internals.isSelectPopupVisible(popup) is true 22 PASS internals.isSelectPopupVisible(popup) is true
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698