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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/multicol-becomes-regular-block-expected.html

Issue 179993006: [New multicol] Eliminate the need for RenderMultiColumnBlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review Created 6 years, 10 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 <html>
3 <head>
4 <title>Change multicol to regular block</title>
5 </head>
6 <body>
7 <p>There should be a blue <em>square</em> below.</p>
8 <div id="elm" style="width:16em; line-height:4em; background:blue;">
9 <br>
10 <br>
11 <br>
12 <br>
13 </div>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698