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

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

Issue 651223004: Add DumpAccessibilityTree tests (3 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipping aria-haspopup AX test on windows Created 6 years, 2 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-relevant.html
diff --git a/content/test/data/accessibility/aria-relevant.html b/content/test/data/accessibility/aria-relevant.html
new file mode 100644
index 0000000000000000000000000000000000000000..86ec5d2bd1b7b43f19c79e40e1045899bf9ee780
--- /dev/null
+++ b/content/test/data/accessibility/aria-relevant.html
@@ -0,0 +1,15 @@
+<!--
+@MAC-ALLOW:AXSubrole=*
+@MAC-ALLOW:AXARIARelevant*
+@WIN-ALLOW:relevant:*
+@WIN-ALLOW:container-relevant:*
+-->
+<html>
+<body>
+ <div tabindex=0 role="log" aria-relevant="additions"></div>
+ <div tabindex=1 role="log" aria-relevant="removals"></div>
+ <div tabindex=2 role="log" aria-relevant="text"></div>
+ <div tabindex=3 role="log" aria-relevant="all"></div>
+ <div tabindex=3 role="log" aria-relevant="additions-text"></div>
+</body>
+</html>
« no previous file with comments | « content/test/data/accessibility/aria-pressed.html ('k') | content/test/data/accessibility/aria-relevant-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698