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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps.html b/third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a327b495fc4e9fd6b526f6e7bfd1f341b9a95a5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/overflowing-columns-large-gaps.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<script src="../../resources/check-layout.js"></script>
+<p>There should be a horizontal scrollbar below.</p>
+<div id="container" style="overflow:auto; width:400px;" data-expected-scroll-width="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
+ <div style="columns:2; column-gap:200px; column-fill:auto; width:100px; height:40px;">
+ <div style="height:200px;"></div>
+ </div>
+</div>
+<script>
+ checkLayout("#container");
+</script>
« 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