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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps.html

Issue 1927283002: Improve multicol overflow rect calculation when column width is 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <p>There should be a horizontal scrollbar below.</p>
4 <div id="container" style="overflow:auto; width:400px;" data-expected-scroll-wid th="800">
eae 2016/05/03 13:11:28 Where are you getting 800 from? Two columns each 1
mstensho (USE GERRIT) 2016/05/03 13:20:24 Yes, the specified, computed, and used value of co
5 <div style="columns:2; column-gap:200px; column-fill:auto; width:100px; heig ht:40px;">
6 <div style="height:200px;"></div>
7 </div>
8 </div>
9 <script>
10 checkLayout("#container");
11 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698