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

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

Issue 618273002: IA2 role, xml-roles are not correct for {address, aside, nav, main} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectation for android 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-contentinfo.html
diff --git a/content/test/data/accessibility/main.html b/content/test/data/accessibility/aria-contentinfo.html
similarity index 56%
copy from content/test/data/accessibility/main.html
copy to content/test/data/accessibility/aria-contentinfo.html
index 41cd565bb0fc86634fea9d530092658da9e155c0..843aa6e5775423c87db4fea0b258c763d67ca7c0 100644
--- a/content/test/data/accessibility/main.html
+++ b/content/test/data/accessibility/aria-contentinfo.html
@@ -4,15 +4,10 @@
@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 role="contentinfo">
+ This is ARIA role contentinfo.
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698