Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/select/popup-menu-mouse-operations-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/popup-menu-mouse-operations-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/popup-menu-mouse-operations-expected.txt |
deleted file mode 100644 |
index ef1d67164c05ff52f58a9ea6334d301926961ba0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/select/popup-menu-mouse-operations-expected.txt |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-PASS picker._selectElement.value is "1" |
-PASS menuElement.value is "bar" |
-PASS picker._selectElement.value is "0" |
-PASS menuElement.value is "bar" |
-PASS picker._selectElement.value is "1" |
-PASS menuElement.value is "bar" |
-PASS picker._selectElement.value is "1" |
-PASS menuElement.value is "bar" |
-PASS window.internals.pagePopupWindow is not null |
-PASS picker._selectElement.value is "0" |
-PASS menuElement.value is "bar" |
-PASS clickEventCounter is 0 |
-PASS mouseupEventCounter is 0 |
-PASS window.internals.pagePopupWindow is null |
-PASS menuElement.value is "baz" |
-PASS clickEventCounter is 1 |
-PASS mouseupEventCounter is 1 |
-PASS picker._selectElement.value is "2" |
-PASS internals.selectMenuListText(menu) is "baz" |
-PASS picker._selectElement.value is "1" |
-PASS menu.value is "baz" |
-PASS internals.selectMenuListText(menu) is "bar" |
-PASS window.internals.pagePopupWindow is null |
-PASS menu.value is "bar" |
-PASS internals.selectMenuListText(menu) is "bar" |
-PASS picker._selectElement.selectedOptions[0].label is "option20" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |