Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 This test makes sure menu lists fire events on both the option that lost selecti on and the one that gained selection. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 5 | |
| 6 | |
| 7 PASS axMenuListPopup.role is "AXRole: AXMenuListPopup" | |
| 8 PASS axMenuListOption.role is "AXRole: AXMenuListOption" | |
| 9 PASS element.isEqual(axMenuListOption) is true | |
| 10 PASS element.parentElement().isEqual(axMenuListPopup) is true | |
| 11 PASS successfullyParsed is true | |
| 12 | |
| 13 TEST COMPLETE | |
| 14 | |
| OLD | NEW |