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

Unified Diff: chrome/test/data/android/contextmenu/context_menu_test.html

Issue 2593263003: Use a non-replaced inline container for image alt text (Closed)
Patch Set: Use a non-replaced inline container for image alt text 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: chrome/test/data/android/contextmenu/context_menu_test.html
diff --git a/chrome/test/data/android/contextmenu/context_menu_test.html b/chrome/test/data/android/contextmenu/context_menu_test.html
index 343dbb64b2e5ed900aa701879527063bea4119fc..8468fd8b822d7d4eb6fda88edfaf273ce1a12262 100644
--- a/chrome/test/data/android/contextmenu/context_menu_test.html
+++ b/chrome/test/data/android/contextmenu/context_menu_test.html
@@ -4,7 +4,7 @@
</head>
<body>
- <img src="test_image.png" id="testImage" /><br />
+ <img src="test_image.png" id="testImage" alt="test_image"/><br />
<a href="test_link.html" id="testLink">Test Link</a><br />
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | content/test/data/accessibility/html/a-no-text-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698