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

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

Issue 11785038: Update and rebaseline many DumpAccessibilityTree tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove bug comments that no longer apply Created 7 years, 11 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-combobox.html
diff --git a/content/test/data/accessibility/aria-combobox.html b/content/test/data/accessibility/aria-combobox.html
index cb46488d9bddd3ab809c84da0851ef5f454397e1..f93bfb2f2bbe2476f72f16685efa1df2677f493b 100644
--- a/content/test/data/accessibility/aria-combobox.html
+++ b/content/test/data/accessibility/aria-combobox.html
@@ -1,5 +1,4 @@
<!--
-@MAC-DENY:subrole*
@WIN-DENY:description*
-->
<html>
@@ -12,9 +11,9 @@
aria-owns="state_list"
aria-readonly="true"
aria-activedescendant="state2"/>
- <ul id="state_list" tabindex="-1" aria-expanded="true">
- <li id="state1" role="option">Alabama</li>
- <li id="state2" role="option">Alaska</li>
+ <ul id="state_list" role="listbox" aria-expanded="true">
+ <li id="state1" role="option" tabindex="-1">Alabama</li>
+ <li id="state2" role="option" tabindex="-1">Alaska</li>
</ul>
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/aria-application.html ('k') | content/test/data/accessibility/aria-combobox-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698