Side by Side Diff: LayoutTests/fast/multicol/table-cell-content-change-expected.html
Issue 194713009:
Make sure table cells are laid out again when fragmentainer height changes. (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address code review issues raised together with the lgtm.
Created 6 years, 9 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
4 <h3>Changing the contents of a table cell, increasing column height</h3>
5
6 <p>You should see the text "first column" once in the first column, and
the text "second
7 column" twice in the second column.</p>
8 <div style="-webkit-columns:2; columns:2; x-webkit-column-rule:1px solid
; xcolumn-rule:1px solid; orphans:1; widows:1; xbackground:yellow;"> <!-- FIXME:
should ideally paint background and column rules here, to measure the column he
ight, but the balancing machinery in the old multicol implementation doesn't do
it properly. See crbug.com/352052 -->
Issue 194713009: Make sure table cells are laid out again when fragmentainer height changes.
(Closed)
Created 6 years, 9 months ago by mstensho (USE GERRIT)
Modified 6 years, 9 months ago
Reviewers: Julien - ping for review, ojan, leviw_travelin_and_unemployed
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 12