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

Side by Side Diff: LayoutTests/fast/multicol/paginate-block-replaced-expected.html

Issue 845723002: Turn fast/multicol/paginate-block-replaced.html into a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
(Empty)
1 <!DOCTYPE html>
2 <div style="width:40em; height:21em; line-height:2em;">
3 <div style="float:left; width:50%; height:100%;">
4 First column<br>
5 First column<br>
6 First column<br>
7 First column<br>
8 </div>
9 <div style="float:left; width:50%; height:100%;">
10 <img style="display:block; width:100%; height:14em; background:green;" a lt="Second column">
11 Second column<br>
12 Second column<br>
13 Second column<br>
14 </div>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698