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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/html/img-empty-alt.html
diff --git a/content/test/data/accessibility/html/img-empty-alt.html b/content/test/data/accessibility/html/img-empty-alt.html
index 1ee58ee900ff2c4a0bcccb26116e0ae0c84c8d9f..87aa2912e029ae261512122f768313aa4273b9a3 100644
--- a/content/test/data/accessibility/html/img-empty-alt.html
+++ b/content/test/data/accessibility/html/img-empty-alt.html
@@ -1,11 +1,10 @@
<html>
<body>
- <a href="foo">
- <img src="unread.jpg" alt="" role="presentation">unread
- </a>
- <a href="foo">
- <img src="read.jpg" alt="">read
- </a>
+ <img src="unread.jpg" alt="" role="presentation">
+ <img src="read.jpg" alt="">
+ <img src="read.jpg" alt>
+ <img src="read.jpg">
+ <img src="read.jpg" alt="full">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698