Index: LayoutTests/fast/forms/select/popup-menu-touch-operations-expected.txt |
=================================================================== |
--- LayoutTests/fast/forms/select/popup-menu-touch-operations-expected.txt (revision 200951) |
+++ LayoutTests/fast/forms/select/popup-menu-touch-operations-expected.txt (working copy) |
@@ -4,7 +4,14 @@ |
PASS picker._selectElement.value is "2" |
PASS window.internals.pagePopupWindow is null |
PASS menuElement.value is "baz" |
+PASS picker._selectElement.value is "1" |
+PASS menuElement2.value is "2" |
+PASS picker._selectElement.value is "2" |
+PASS picker._selectElement.value is "3" |
+PASS picker._selectElement.value is "0" |
+PASS window.internals.pagePopupWindow is not null |
+PASS menuElement2.value is "2" |
PASS successfullyParsed is true |
TEST COMPLETE |
- |
+ |