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

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

Issue 692643005: ARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporating comments Created 6 years, 1 month 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-busy-expected-mac.txt
diff --git a/content/test/data/accessibility/aria-busy-expected-mac.txt b/content/test/data/accessibility/aria-busy-expected-mac.txt
index ac851cbbf1a4e78c457fea5fbf2bce8514847012..436abfaa41784c1b253aabb063fdabaac7b0d938 100644
--- a/content/test/data/accessibility/aria-busy-expected-mac.txt
+++ b/content/test/data/accessibility/aria-busy-expected-mac.txt
@@ -1,4 +1,3 @@
-#<skip - AXARIABusy is not implemented crbug.com/428377>
AXWebArea AXRoleDescription='HTML content'
- AXGroup AXSubrole=AXApplicationLog AXRoleDescription='log' AXARIABusy:YES
- AXGroup AXSubrole=AXApplicationLog AXRoleDescription='log' AXARIABusy:NO
+ AXGroup AXSubrole=AXApplicationLog AXRoleDescription='log' AXARIABusy='1'
+ AXGroup AXSubrole=AXApplicationLog AXRoleDescription='log' AXARIABusy='0'
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/aria-busy-expected-win.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698