| Index: LayoutTests/accessibility/menu-list-popup-reuses-objects-expected.txt
|
| diff --git a/LayoutTests/accessibility/menu-list-selection-changed-expected.txt b/LayoutTests/accessibility/menu-list-popup-reuses-objects-expected.txt
|
| similarity index 53%
|
| copy from LayoutTests/accessibility/menu-list-selection-changed-expected.txt
|
| copy to LayoutTests/accessibility/menu-list-popup-reuses-objects-expected.txt
|
| index 2e52dd7a2b543494eeba72da5212e806eb2f2aef..d52153d87ffcedec2f353d28086c914aee8beecf 100644
|
| --- a/LayoutTests/accessibility/menu-list-selection-changed-expected.txt
|
| +++ b/LayoutTests/accessibility/menu-list-popup-reuses-objects-expected.txt
|
| @@ -4,8 +4,10 @@ This test makes sure menu lists fire events on both the option that lost selecti
|
| 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 axMenuListPopup.role is "AXRole: AXMenuListPopup"
|
| +PASS axMenuListOption.role is "AXRole: AXMenuListOption"
|
| +PASS element.isEqual(axMenuListOption) is true
|
| +PASS element.parentElement().isEqual(axMenuListPopup) is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|