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

Side by Side Diff: content/test/data/accessibility/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, 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
(Empty)
1 <!--
2 @WIN-ALLOW:level:*
3 @WIN-ALLOW:xml-roles*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <h1>Heading 1</h1>
9 <h2>Heading 2</h2>
10 <h3>Heading 3</h3>
11 <h4>Heading 4</h4>
12 <h5>Heading 5</h5>
13 <h6>Heading 6</h6>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/header-expected-win.txt ('k') | content/test/data/accessibility/heading-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698