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

Unified Diff: content/test/data/accessibility/aria-menuitemradio-expected-mac.txt

Issue 13479003: Modify AccessibilityTreeFormatter to build up an internal representation of the tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 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: content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
diff --git a/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt b/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
index b475e71ced3725701460c8dd8314c9c61ddd9b4d..1f4295cbc1a3c962bae5354e44f75cb2f1950be4 100644
--- a/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
+++ b/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
@@ -1,9 +1,9 @@
#<skip - role should be AXMenuItem. http://crbug.com/169578
- role description should be 'menu item'. http://crbug.com/169580
- AXMenuItemMarkChar should be \236. http://crbug.com/169582>
-AXWebArea roleDescription='HTML content'
- AXMenu roleDescription='menu'
- AXMenuItem roleDescription='menu item' AXMenuItemMarkChar='\236'
- AXStaticText roleDescription='text' value='Menu item 1'
- AXMenuItem roleDescription='menu item' AXMenuItemMarkChar='(null)'
- AXStaticText roleDescription='text' value='Menu item 2'
+AXWebArea AXRoleDescription='HTML content'
+ AXMenu AXRoleDescription='menu'
+ AXGroup AXRoleDescription='aria-menuitemradio'
+ AXStaticText AXRoleDescription='text' AXValue='Menu item 1'
+ AXGroup AXRoleDescription='aria-menuitemradio'
+ AXStaticText AXRoleDescription='text' AXValue='Menu item 2'
« no previous file with comments | « content/test/data/accessibility/aria-menuitemradio.html ('k') | content/test/data/accessibility/aria-pressed-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698