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

Side by Side Diff: content/test/data/accessibility/aria/aria-tree.html

Issue 2886963004: Fixes for tree item level, setsize and posinset (Closed)
Patch Set: Fix tests Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <!--
2 @MAC-ALLOW:AXARIA*
3 @WIN-ALLOW:setsize*
4 @WIN-ALLOW:posinset*
5 @WIN-ALLOW:level*
6 -->
1 <!DOCTYPE html> 7 <!DOCTYPE html>
2 <ul role="tree"> 8 <ul role="tree">
3 <li role="treeitem"><a href="#animals">Animals</a></li> 9 <li role="treeitem"><a href="#animals">Animals</a>
4 <ul role="group">
5 <li role="treeitem"><a href="#domesticated">Domesticated</a></li>
6 <ul role="group"> 10 <ul role="group">
7 <li><a href="#dog">Dog</a></li> 11 <li role="treeitem"><a href="#domesticated">Domesticated</a>
8 <li><a href="#cat">Cat</a></li> 12 <ul role="group">
13 <li role="treeitem"><a href="#dog">Dog</a></li>
14 <li role="treeitem"><a href="#cat">Cat</a></li>
15 </ul>
16 </li>
17 <li role="treeitem"><a href="#wild">Wild</a></li>
9 </ul> 18 </ul>
10 <li role="treeitem"><a href="#wild">Wild</a></li> 19 </li>
11 </ul>
12 <li role="treeitem"><a href="#plants">Plants</a></li> 20 <li role="treeitem"><a href="#plants">Plants</a></li>
13 </ul> 21 </ul>
OLDNEW
« no previous file with comments | « content/shell/test_runner/web_ax_object_proxy.cc ('k') | content/test/data/accessibility/aria/aria-tree-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698