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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt

Issue 2537573003: Merge "SELECT element: Commit a provisional OPTION selection on blur." to M56 (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt
index 4746a193e2996a43d1fc0a230f2ffcf24886633c..b1c7b70c21c108ff7bd8e88026630afb33faeba5 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select-popup/popup-menu-key-operations-expected.txt
@@ -1,4 +1,5 @@
+==> Arrow keys + Enter
PASS picker._selectElement.value is "1"
PASS menu.value is "bar"
PASS internals.selectMenuListText(menu) is "bar"
@@ -20,6 +21,7 @@ PASS internals.selectMenuListText(menu) is "foo"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "foo"
PASS internals.selectMenuListText(menu) is "foo"
+==> Arrow keys + ESC
PASS picker._selectElement.value is "0"
PASS internals.selectMenuListText(menu) is "foo"
PASS picker._selectElement.value is "1"
@@ -28,6 +30,16 @@ PASS internals.selectMenuListText(menu) is "bar"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "bar"
PASS internals.selectMenuListText(menu) is "bar"
+==> Arrow keys + blur
+PASS picker._selectElement.value is "0"
+PASS internals.selectMenuListText(menu) is "foo"
+PASS picker._selectElement.value is "1"
+PASS menu.value is "foo"
+PASS internals.selectMenuListText(menu) is "bar"
+PASS window.internals.pagePopupWindow is null
+PASS menu.value is "bar"
+PASS internals.selectMenuListText(menu) is "bar"
+==> Typeahead + ESC
PASS picker._selectElement.value is "1"
PASS internals.selectMenuListText(menu) is "bar"
PASS picker._selectElement.value is "4"
@@ -36,6 +48,7 @@ PASS internals.selectMenuListText(menu) is "garply"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "garply"
PASS internals.selectMenuListText(menu) is "garply"
+==> Hover + ESC
PASS picker._selectElement.value is "4"
PASS internals.selectMenuListText(menu) is "garply"
PASS picker._selectElement.value is "0"
@@ -44,6 +57,7 @@ PASS internals.selectMenuListText(menu) is "garply"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "garply"
PASS internals.selectMenuListText(menu) is "garply"
+==> Hover + Invalid arrow + ESC
PASS picker._selectElement.value is "4"
PASS internals.selectMenuListText(menu) is "garply"
PASS picker._selectElement.value is "0"
@@ -55,6 +69,7 @@ PASS internals.selectMenuListText(menu) is "garply"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "garply"
PASS internals.selectMenuListText(menu) is "garply"
+==> Arrow key + Click
PASS picker._selectElement.value is "0"
PASS internals.selectMenuListText(menu) is "foo"
PASS picker._selectElement.value is "1"
@@ -63,6 +78,7 @@ PASS internals.selectMenuListText(menu) is "bar"
PASS window.internals.pagePopupWindow is null
PASS menu.value is "foo"
PASS internals.selectMenuListText(menu) is "foo"
+==> Enter with no selected OPTION
PASS picker._selectElement.value is ""
PASS window.internals.pagePopupWindow is null
PASS menu2.value is ""

Powered by Google App Engine
This is Rietveld 408576698