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

Unified Diff: content/test/data/accessibility/aria/aria-alertdialog.html

Issue 857853003: Add DumpAccessibilityTree tests (13,14 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporating comments Created 5 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/aria-alertdialog.html
diff --git a/content/test/data/accessibility/aria/aria-status.html b/content/test/data/accessibility/aria/aria-alertdialog.html
similarity index 64%
copy from content/test/data/accessibility/aria/aria-status.html
copy to content/test/data/accessibility/aria/aria-alertdialog.html
index f287c094697941faf3f83a5cdb21c38e95023b46..693a4b2923a2abafd767c284f7bb1ab1bb7f4108 100644
--- a/content/test/data/accessibility/aria/aria-status.html
+++ b/content/test/data/accessibility/aria/aria-alertdialog.html
@@ -1,15 +1,17 @@
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
+@MAC-ALLOW:AXARIALive*
+@MAC-ALLOW:AXARIABusy*
@WIN-ALLOW:xml-roles*
-@WIN-ALLOW:*atomic*
@WIN-ALLOW:*live*
+@WIN-ALLOW:*busy*
+@WIN-ALLOW:*atomic*
@WIN-ALLOW:*relevant*
-->
<!DOCTYPE html>
<html>
<body>
- <div role="status"></div>
- <div role="status" aria-atomic="false"></div>
+ <div role="alertdialog"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698