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

Side by Side Diff: content/test/data/accessibility/landmark.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
(Empty)
1 <!--
2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole=*
4 @WIN-ALLOW:xml-roles:*
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
9 <header>This is a header element.</header>
10 <aside>This is an aside element.</aside>
11 <address>This is an address element.</address>
12 <footer>This is a footer element.</footer>
13 <form>This is a form element.</form>
14 <main>This is a main element.</main>
15 <nav>This is a nav element.</nav>
16
17 <div role="application">This is an ARIA application landmark.</div>
18 <div role="banner">This is an ARIA banner landmark.</div>
19 <div role="complementary">This is an ARIA complementary landmark.</div>
20 <div role="contentinfo">This is an ARIA contentinfo landmark.</div>
21 <div role="form">This is an ARIA form landmark.</div>
22 <div role="main">This is an ARIA main landmark.</div>
23 <div role="navigation">This is an ARIA navigation landmark.</div>
24 <div role="search">This is an ARIA search landmark.</div>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/label-expected-win.txt ('k') | content/test/data/accessibility/landmark-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698