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

Unified Diff: content/test/data/accessibility/address-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: Those pesky string types 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/address-expected-mac.txt
diff --git a/content/test/data/accessibility/address-expected-mac.txt b/content/test/data/accessibility/address-expected-mac.txt
index 23b45b26759eaaea5dc83eeb742fc45bf5d2d93a..3a129b299f4825ebdfe0b46442d906305f615c98 100644
--- a/content/test/data/accessibility/address-expected-mac.txt
+++ b/content/test/data/accessibility/address-expected-mac.txt
@@ -1,4 +1,4 @@
#<skip -- wrong roleDescription (bug)>
-AXWebArea subrole=(null) roleDescription='HTML content'
- AXGroup subrole=AXLandmarkContentInfo roleDescription='address'
- AXStaticText subrole=(null) roleDescription='text' value='Please contact John Citizen for more information.'
+AXWebArea AXRoleDescription='HTML content'
+ AXGroup AXSubrole=AXLandmarkContentInfo AXRoleDescription='group'
+ AXStaticText AXRoleDescription='text' AXValue='Please contact John Citizen for more information.'

Powered by Google App Engine
This is Rietveld 408576698