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

Side by Side Diff: content/test/data/accessibility/html/heading.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 @WIN-ALLOW:level:* 2 @WIN-ALLOW:level:*
3 @WIN-ALLOW:xml-roles* 3 @WIN-ALLOW:xml-roles*
4 --> 4 -->
5 <!DOCTYPE html> 5 <!DOCTYPE html>
6 <html> 6 <html>
7 <body> 7 <body>
8 <h1>Heading 1</h1> 8 <h1>Heading 1</h1>
9 <h2>Heading 2</h2> 9 <h2>Heading 2</h2>
10 <h3>Heading 3</h3> 10 <h3>Heading 3</h3>
11 <h4>Heading 4</h4> 11 <h4>Heading 4</h4>
12 <h5>Heading 5</h5> 12 <h5>Heading 5</h5>
13 <h6>Heading 6</h6> 13 <h6>Heading 6</h6>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698