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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt b/LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt
index 38a75baf5c81a21e1a940c33026b1fcd6f416eec..a65425dcb2e26f502186d0a35d2913977cbd934e 100644
--- a/LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/select/menulist-popup-open-hide-using-keyboard-expected.txt
@@ -6,10 +6,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
These tests run specfically for Linux and Windows
Test opening and closing of popup using alt and down arrow key
PASS internals.isSelectPopupVisible(popup) is true
-FAIL internals.isSelectPopupVisible(popup) should be false. Was true.
+PASS internals.isSelectPopupVisible(popup) is false
Test opening and closing of popup using alt and up arrow key
PASS internals.isSelectPopupVisible(popup) is true
-FAIL internals.isSelectPopupVisible(popup) should be false. Was true.
+PASS internals.isSelectPopupVisible(popup) is false
Test opening of popup using F4
FAIL internals.isSelectPopupVisible(popup) should be true. Was false.
Test opening of popup using enter key

Powered by Google App Engine
This is Rietveld 408576698