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

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: Fix valueNow -> currentValue 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..b475e71ced3725701460c8dd8314c9c61ddd9b4d
--- /dev/null
+++ b/content/test/data/accessibility/aria-menuitemradio-expected-mac.txt
@@ -0,0 +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'

Powered by Google App Engine
This is Rietveld 408576698