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

Unified Diff: LayoutTests/fast/multicol/span/preferred-widths-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/span/preferred-widths-expected.html b/LayoutTests/fast/multicol/span/preferred-widths-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..ac8f3e4bbf1076fdeaf4fecdb34af81b1dbf558c
--- /dev/null
+++ b/LayoutTests/fast/multicol/span/preferred-widths-expected.html
@@ -0,0 +1,4 @@
+<!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:200px; height:200px; background:green;"></div>

Powered by Google App Engine
This is Rietveld 408576698