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

Unified Diff: LayoutTests/fast/multicol/span/preferred-widths.html

Issue 879483002: [New Multicolumn] Intrinsic/preferred logical width calculation for spanners. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: final code review Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/span/preferred-widths.html
diff --git a/LayoutTests/fast/multicol/span/preferred-widths.html b/LayoutTests/fast/multicol/span/preferred-widths.html
new file mode 100644
index 0000000000000000000000000000000000000000..534d42d33079d2662cc09271e5a2ebfb1abf4e0d
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/preferred-widths.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<p>Test that a column spanner affects preferred intrinsic widths on a multicol container correctly.</p>
+<p>There should be a green square, and no red, below.</p>
+<div style="width:-webkit-fit-content; -webkit-columns:3; background:red;">
+ <div style="-webkit-column-span:all;">
+ <div style="width:200px; height:200px; background:green;"></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698