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

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

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 years, 12 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-term.html
diff --git a/content/test/data/accessibility/aria/aria-term.html b/content/test/data/accessibility/aria/aria-term.html
new file mode 100644
index 0000000000000000000000000000000000000000..6f67b6155a9b26f36af4404f9188cf7a4d3f8e4c
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-term.html
@@ -0,0 +1,17 @@
+<!--
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXSubrole=AXTerm
+@MAC-DENY:AXTitle*
+@WIN-ALLOW:xml-roles*
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <div role="list">
+ <div role="term">Term1</div>
+ <div role="definition">Definition1</div>
+ <div role="term">Term2</div>
+ <div role="definition">Definition2</div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698