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

Side by Side Diff: LayoutTests/fast/multicol/span/pseudo-before-after-in-content-expected.html

Issue 792803002: [New Multicolumn] Layout support for column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@347325-placeholder
Patch Set: Code review. If there are no sets, return early. 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 <p>There should be five rectangles with identical sizes below. The first, third and fifth
3 one should be blue with nothing inside. The second and fourth one should be yell ow with some
4 dots inside.</p>
5 <div style="line-height:100px; background:blue;">
6 &nbsp;
7 <div style="background:yellow;">..........</div>
8 &nbsp;
9 <div style="background:yellow;">..........</div>
10 &nbsp;
11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698