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

Unified 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 side-by-side diff with in-line comments
Download patch
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
« 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