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

Unified Diff: content/test/data/accessibility/main.html

Issue 601173002: Html main tag is not exposed with correct IA2 ROLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating expectations for win Created 6 years, 3 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/main.html
diff --git a/content/test/data/accessibility/main.html b/content/test/data/accessibility/main.html
new file mode 100644
index 0000000000000000000000000000000000000000..41cd565bb0fc86634fea9d530092658da9e155c0
--- /dev/null
+++ b/content/test/data/accessibility/main.html
@@ -0,0 +1,18 @@
+<!--
+@MAC-ALLOW:AXRole=*
+@MAC-ALLOW:AXSubrole=*
+@MAC-ALLOW:AXRoleDescription=*
+@WIN-ALLOW:xml-roles:*
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <main>
+ This is main element.
+ </main>
+
+ <div role="main">
+ This is an ARIA role main.
+ </div>
+</body>
+</html>
« no previous file with comments | « content/test/data/accessibility/landmark-expected-win.txt ('k') | content/test/data/accessibility/main-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698