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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:40e m; height:21em; line-height:2em;"> 2 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:40e m; height:21em; line-height:2em;">
3 First column<br> 3 First column<br>
4 First column<br> 4 First column<br>
5 First column<br> 5 First column<br>
6 First column<br> 6 First column<br>
7 <img style="display:block; width:100%; height:14em; background:green;" alt=" Second column"> 7 <img style="display:block; width:100%; height:14em; background:green;">
8 Second column<br> 8 Second column<br>
9 Second column<br> 9 Second column<br>
10 Second column<br> 10 Second column<br>
11 </div> 11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698