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

Side by Side Diff: content/test/data/accessibility/html/hr.html

Issue 1695673004: Exposes <hr> elements that do not have an ARIA label. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Windows tests. Created 4 years, 10 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
« no previous file with comments | « no previous file | content/test/data/accessibility/html/hr-expected-android.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRole* 2 @MAC-ALLOW:AXRole*
3 @MAC-ALLOW:AXDescription* 3 @MAC-ALLOW:AXDescription*
4 --> 4 -->
5 <!DOCTYPE html> 5 <!DOCTYPE html>
6 <html> 6 <html>
7 <body> 7 <body>
8 Before 8 <p>Before.</p>
9 <hr aria-label="Dividing line"> 9 <hr aria-label="Dividing line">
10 After 10 <p>Middle.</p>
11 <hr>
12 <p>After.</p>
11 </body> 13 </body>
12 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | content/test/data/accessibility/html/hr-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698