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

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

Issue 651133003: Make HTML5 <mark> accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating mac expectations Created 5 years, 6 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 <!--
2 @MAC-ALLOW:AXRole*
3 -->
1 <!DOCTYPE html> 4 <!DOCTYPE html>
2 <html> 5 <html>
3 <body> 6 <body>
4 7
5 <p>This test is to check <mark>mark tag</mark>.</p> 8 <p>This test is to check <mark>mark tag</mark>.</p>
6 9
7 </body> 10 </body>
8 </html> 11 </html>
OLDNEW
« no previous file with comments | « content/renderer/accessibility/blink_ax_enum_conversion.cc ('k') | content/test/data/accessibility/html/mark-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698