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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-top-padding-crossing-row-boundaries.html

Issue 1863413002: Correctly account for nested multicol top border / padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 a small hotpink <em>square</em> below, and nothing else.</p>
3 <div style="columns:3; column-gap:0; column-fill:auto; width:180px; height:20px; ">
4 <div style="height:1px;"></div>
5 <div style="columns:2; column-gap:0; column-fill:auto; height:59px;">
6 <div style="columns:2; column-gap:0; column-fill:auto; width:20px; heigh t:21px; padding-top:57px;">
7 <div style="height:2px;"></div>
8 <div style="height:40px; background:hotpink;"></div>
9 </div>
10 </div>
11 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/doubly-nested-with-top-padding-crossing-row-boundaries-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698