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

Unified Diff: content/test/data/accessibility/html/img-link-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-link-empty-alt.html
diff --git a/content/test/data/accessibility/html/img-empty-alt.html b/content/test/data/accessibility/html/img-link-empty-alt.html
similarity index 61%
copy from content/test/data/accessibility/html/img-empty-alt.html
copy to content/test/data/accessibility/html/img-link-empty-alt.html
index 1ee58ee900ff2c4a0bcccb26116e0ae0c84c8d9f..60fa25a705ee104a8e43fdea8c0632dc38bbfedf 100644
--- a/content/test/data/accessibility/html/img-empty-alt.html
+++ b/content/test/data/accessibility/html/img-link-empty-alt.html
@@ -6,6 +6,12 @@
<a href="foo">
<img src="read.jpg" alt="">read
</a>
+ <a href="foo">
+ <img src="read.jpg" alt>read
+ </a>
+ <a href="foo">
+ <img src="read.jpg">read
+ </a>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698