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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced-expected.html
index 7e84a5f9cb9491be33213c95926e5cfbc1cb32de..531b3d0d8ecc075a73f987d1f6d7bba9add1fdb1 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/paginate-block-replaced-expected.html
@@ -7,7 +7,7 @@
First column<br>
</div>
<div style="float:left; width:50%; height:100%;">
- <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