Index: LayoutTests/accessibility/menu-list-selection-changed-expected.txt |
diff --git a/LayoutTests/accessibility/menu-list-selection-changed-expected.txt b/LayoutTests/accessibility/menu-list-selection-changed-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2e52dd7a2b543494eeba72da5212e806eb2f2aef |
--- /dev/null |
+++ b/LayoutTests/accessibility/menu-list-selection-changed-expected.txt |
@@ -0,0 +1,12 @@ |
+ |
+This test makes sure menu lists fire events on both the option that lost selection and the one that gained selection. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Got notification on option AXValue: Alicia isSelected=false |
+Got notification on option AXValue: Kalinda isSelected=true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |