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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <div style="width:40em; height:21em; line-height:2em;"> 2 <div style="width:40em; height:21em; line-height:2em;">
3 <div style="float:left; width:50%; height:100%;"> 3 <div style="float:left; width:50%; height:100%;">
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 First column<br> 7 First column<br>
8 </div> 8 </div>
9 <div style="float:left; width:50%; height:100%;"> 9 <div style="float:left; width:50%; height:100%;">
10 <img style="display:block; width:100%; height:14em; background:green;" a lt="Second column"> 10 <img style="display:block; width:100%; height:14em; background:green;">
11 Second column<br> 11 Second column<br>
12 Second column<br> 12 Second column<br>
13 Second column<br> 13 Second column<br>
14 </div> 14 </div>
15 </div> 15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698