Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: LayoutTests/accessibility/menu-list-popup-reuses-objects-expected.txt

Issue 1059503002: Re-land: Don't keep recreating AXMenuListPopup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@suppress_extra_events
Patch Set: Fix optgroup Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 This test makes sure menu lists fire events on both the option that lost selecti on and the one that gained selection. 2 This test makes sure menu lists fire events on both the option that lost selecti on and the one that gained selection.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Got notification on option AXValue: Alicia isSelected=false 7 PASS axMenuListPopup.role is "AXRole: AXMenuListPopup"
8 Got notification on option AXValue: Kalinda isSelected=true 8 PASS axMenuListOption.role is "AXRole: AXMenuListOption"
9 PASS element.isEqual(axMenuListOption) is true
10 PASS element.parentElement().isEqual(axMenuListPopup) is true
9 PASS successfullyParsed is true 11 PASS successfullyParsed is true
10 12
11 TEST COMPLETE 13 TEST COMPLETE
12 14
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/menu-list-popup-reuses-objects.html ('k') | Source/modules/accessibility/AXMenuList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698