| 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 ""
|
|
|