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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.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: third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html b/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html
index 930bb17813cc37b927efe838b8772bb7d3352cf8..d67711f2c26096d4b5168ee1c1100b243d9e7995 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced.html
@@ -4,7 +4,7 @@
First column<br>
First column<br>
First column<br>
- <img style="display:block; width:100%; height:14em; background:green;" alt="Second column">
+ <img style="display:block; width:100%; height:14em; background:green;">
Second column<br>
Second column<br>
Second column<br>

Powered by Google App Engine
This is Rietveld 408576698