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

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

Issue 665843002: Change condition for adding AX_STATE_EXPANDED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove AXExpanded 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-haspopup.html
diff --git a/content/test/data/accessibility/aria-haspopup.html b/content/test/data/accessibility/aria-haspopup.html
index 47c0f28068a54864705cbe7c47503dba28936a1a..64c00d5a96c3351f79990cc55fb10950d5d4cad9 100644
--- a/content/test/data/accessibility/aria-haspopup.html
+++ b/content/test/data/accessibility/aria-haspopup.html
@@ -1,4 +1,5 @@
<!--
+@MAC-ALLOW:AXExpanded*
@MAC-ALLOW:AXShowMenu*
@MAC-ALLOW:AXPress*
@WIN-ALLOW:EXPANDED*
@@ -7,7 +8,6 @@
<!DOCTYPE html>
<html>
<body>
-
<div tabindex=0 role="combobox" aria-haspopup="true">
</div>
<div tabindex=1 role="combobox" aria-haspopup="false">

Powered by Google App Engine
This is Rietveld 408576698