Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/dynamic/abspos-multicol-with-spanner-becomes-spanner-expected.html

Issue 1320843005: Update outer flow thread membership before changing multicolness. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>We have a multicol with an absolutely positioned multicol child. That child h as a spanner inside. The absolutely positioned multicol child isn't part of its parent multicol, since it's out of flow. The absolutely positioned multicol also has column-span:all, but it doesn't apply, since it's out of flow. Now make it statically positioned. That will turn it into a spanner in the parent multicol. At the same time, change it from multicol to regular block. It will still be a s panner, but since it's no longer multicol, its child spanner can no longer be on e, since you cannot nest spanners in the same multicol context. So you end up wi th a multicol with a spanner with a regular (invalid spanner) block.</p>
3 <p>Below there should be four squares stacked vertically, in the following order : hotpink, yellow, papayawhip, olive.</p>
4 <div style="height:200px; width:50px; background:olive;">
5 <div style="height:50px; background:hotpink;"></div>
6 <div style="height:50px; background:yellow;"></div>
7 <div style="height:50px; background:papayawhip;"></div>
8 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/dynamic/abspos-multicol-with-spanner-becomes-spanner.html ('k') | Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine