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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/span/autofill-after-spanner.html

Issue 1631633002: Adjust column rows' height better for their offset in the multicol container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 <script src="../../../resources/check-layout.js"></script>
3 <p>There should be a blue square below.</p>
4 <div id="multicol" style="position:relative; padding:25px; -webkit-columns:2; -w ebkit-column-gap:0; column-fill:auto; line-height:20px; width:60px; height:100px ;">
5 <div style="-webkit-column-span:all; margin-top:20px; height:20px;"></div>
6 <div style="background:blue;">
7 <div data-offset-x="25" data-offset-y="65"><br></div>
8 <div data-offset-x="25" data-offset-y="85"><br></div>
9 <div data-offset-x="25" data-offset-y="105"><br></div>
10 <div data-offset-x="55" data-offset-y="65"><br></div>
11 <div data-offset-x="55" data-offset-y="85"><br></div>
12 <div data-offset-x="55" data-offset-y="105"><br></div>
13 </div>
14 </div>
15 <script>
16 checkLayout("#multicol");
17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698