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

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

Issue 638103003: ARIA role region is not exposed correct with MSAA+IA2 role (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fixing nit 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/region.html
diff --git a/content/test/data/accessibility/region.html b/content/test/data/accessibility/region.html
deleted file mode 100644
index 29e729b3420b4746dce1b8019b06109be08c5beb..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/region.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!--
-@MAC-ALLOW:AXSubrole=AXDocumentRegion
-@MAC-DENY:AXTitle*
-@WIN-ALLOW:xml-roles:region
--->
-<!doctype html>
-<html>
-<body>
- <section>
- This is a section element.
- </section>
-
- <div role="region">
- This is an ARIA region.
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698