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

Side by Side Diff: LayoutTests/fast/multicol/span/multicol-with-spanner-becomes-regular-block-expected.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Camelize. Created 6 years 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 <p>There should be a blue <em>square</em> below.</p>
3 <div id="elm" style="width:17em; line-height:4em;">
4 <div style="margin-top:100px; margin-left:1em;">
5 <div style="background:blue;">&nbsp;</div>
6 </div>
7 <div style="margin-left:1em; background:blue;">
8 <br>
9 <br>
10 <br>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698