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

Side by Side Diff: content/test/data/accessibility/html/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, 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRole* 2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXSubrole=* 3 @MAC-ALLOW:AXSubrole=*
4 @WIN-ALLOW:xml-roles:* 4 @WIN-ALLOW:xml-roles:*
5 --> 5 -->
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <html> 7 <html>
8 <body> 8 <body>
9 <header>This is a header element.</header> 9 <header>This is a header element.</header>
10 <aside>This is an aside element.</aside> 10 <aside>This is an aside element.</aside>
11 <address>This is an address element.</address> 11 <address>This is an address element.</address>
12 <footer>This is a footer element.</footer> 12 <footer>This is a footer element.</footer>
13 <form>This is a form element.</form> 13 <form>This is a form element.</form>
14 <main>This is a main element.</main> 14 <main>This is a main element.</main>
15 <nav>This is a nav element.</nav> 15 <nav>This is a nav element.</nav>
16 16
17 <div role="application">This is an ARIA application landmark.</div> 17 <div role="application">This is an ARIA application landmark.</div>
18 <div role="banner">This is an ARIA banner landmark.</div> 18 <div role="banner">This is an ARIA banner landmark.</div>
19 <div role="complementary">This is an ARIA complementary landmark.</div> 19 <div role="complementary">This is an ARIA complementary landmark.</div>
20 <div role="contentinfo">This is an ARIA contentinfo landmark.</div> 20 <div role="contentinfo">This is an ARIA contentinfo landmark.</div>
21 <div role="form">This is an ARIA form landmark.</div> 21 <div role="form">This is an ARIA form landmark.</div>
22 <div role="main">This is an ARIA main landmark.</div> 22 <div role="main">This is an ARIA main landmark.</div>
23 <div role="navigation">This is an ARIA navigation landmark.</div> 23 <div role="navigation">This is an ARIA navigation landmark.</div>
24 <div role="search">This is an ARIA search landmark.</div> 24 <div role="search">This is an ARIA search landmark.</div>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698