Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/pseudo-after-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.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be two rectangles with identical sizes below. The first one shou ld be blue
3 with nothing inside. The second one should be yellow with some dots inside.< /p>
4 <div style="line-height:100px; background:blue;">
5 &nbsp;
6 <div style="background:yellow;">..........</div>
7 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/span/pseudo-after.html ('k') | LayoutTests/fast/multicol/span/pseudo-after-then-content.html » ('j') | no next file with comments »

Powered by Google App Engine