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

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

Issue 11823026: Adding some new DumpAccessibilityTree tests, tweaking DumpAccessibilityTree helpers and fixing a bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add necessary skip markers and bugs Created 7 years, 11 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
new file mode 100644
index 0000000000000000000000000000000000000000..cdbe5f68a1846dc15adadb3476ff4b794fe6a0f2
--- /dev/null
+++ b/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
@@ -0,0 +1,8 @@
+#<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'
+ 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'

Powered by Google App Engine
This is Rietveld 408576698