Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html b/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html
index b1dcf5a071003ed214b0bd539f26a73ccca1a19f..bbf746f12f337a10b748413cb1d14426edbae557 100644
--- a/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html
@@ -1,4 +1,4 @@
-<div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -webkit-column-gap:0">
+<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; -webkit-column-fill:auto; columns:2; column-gap:0; column-fill:auto;">
<div style="height: 55px;"></div>
<table cellspacing=0 cellpadding=0>
<tr>

Powered by Google App Engine