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

Unified Diff: content/test/data/accessibility/input-button-in-menu.html

Issue 718483002: Input type button in group role is not exposed correctly on Mac.(Chromium) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/input-button-in-menu.html
diff --git a/content/test/data/accessibility/input-button-in-menu.html b/content/test/data/accessibility/input-button-in-menu.html
index 98d70679e66feee1fb0928403b728c1cba2dd467..af2f24ef054964dd53d2f2858587511f0540edb1 100644
--- a/content/test/data/accessibility/input-button-in-menu.html
+++ b/content/test/data/accessibility/input-button-in-menu.html
@@ -1,4 +1,5 @@
<!--
+@MAC-ALLOW:AXRole*
@WIN-ALLOW:xml-roles:*
-->
<html>
@@ -9,6 +10,9 @@
<div role="menu">
<input type="button" value="Button in element with menu role">
</div>
+ <div role="group">
+ <input type="button" value="Button in element with group role">
+ </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698