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

Side by Side Diff: content/test/data/accessibility/html/img-empty-alt.html

Issue 2833843005: Handling of different types of empty alt (Closed)
Patch Set: Ready to land Created 3 years, 7 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 <html> 1 <html>
2 <body> 2 <body>
3 <a href="foo"> 3 <img src="unread.jpg" alt="" role="presentation">
4 <img src="unread.jpg" alt="" role="presentation">unread 4 <img src="read.jpg" alt="">
5 </a> 5 <img src="read.jpg" alt>
6 <a href="foo"> 6 <img src="read.jpg">
7 <img src="read.jpg" alt="">read 7 <img src="read.jpg" alt="full">
8 </a>
9 </body> 8 </body>
10 </html> 9 </html>
11 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698