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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 <!-- 1 <!--
2 @MAC-ALLOW:AXSubrole=AXOutlineRow 2 @MAC-ALLOW:AXSubrole=AXOutlineRow
3 @MAC-ALLOW:AXDisclosing* 3 @MAC-ALLOW:AXDisclosing*
4 @MAC-ALLOW:AXDisclosureLevel* 4 @MAC-ALLOW:AXDisclosureLevel*
5 @WIN-ALLOW:level:* 5 @WIN-ALLOW:level:*
6 @WIN-ALLOW:EXPANDED 6 @WIN-ALLOW:EXPANDED
7 @WIN-DENY:name='' 7 @WIN-DENY:name=''
8 --> 8 -->
9 <!DOCTYPE html> 9 <!DOCTYPE html>
10 <html> 10 <html>
(...skipping 24 matching lines...) Expand all
35 <tr role="row" aria-level="1"> 35 <tr role="row" aria-level="1">
36 <td role="gridcell">Cell at level 1</td> 36 <td role="gridcell">Cell at level 1</td>
37 </tr> 37 </tr>
38 <tr role="row" aria-level="2"> 38 <tr role="row" aria-level="2">
39 <td role="gridcell">Cell at level 2</td> 39 <td role="gridcell">Cell at level 2</td>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698