Revision 7ab96ca42be6ce12b7bf98088d5d154f8f15be59 authored by Morten Stenshorne on 05 April 2018, 06:52:57 UTC, committed by Chromium WPT Sync on 05 April 2018, 06:52:57 UTC
When changing a layout object from in-flow to out-of-flow positioned, we
used to just remove it from the flow thread, risking that there'd no
longer be a column set to associate it with. However, an out-of-flow
positioned descendant may be contained by something that's inside the
flow thread, e.g. if the containing block of an absolutely positioned
object is a relatively positioned object, and that relatively positioned
object is contained by the flow thread.

Since it's hard to detect what the new containing block of an object is
going to be before it has actually gone out of flow, we'll still remove
it from the flow thread, but we'll now detect that we need to re-insert
it when computed style has updated.

Bug: 827424
Change-Id: I413348b0d3ecd0c4b5051e6e9d2a4526863bef60
Reviewed-on: https://chromium-review.googlesource.com/995439
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548354}
1 parent 54f844c
History
File Mode Size
rebased
OWNERS -rw-r--r-- 20 bytes
README.html -rw-r--r-- 6.3 KB
data-uri-image-data-uri-description-manual.html -rw-r--r-- 11.1 KB
data-uri-image-external-description-fragment-manual.html -rw-r--r-- 10.9 KB
data-uri-image-external-description-manual.html -rw-r--r-- 10.8 KB
data-uri-image-internal-description-manual.html -rw-r--r-- 11.6 KB
empty-image-data-uri-description-manual.html -rw-r--r-- 445 bytes
empty-image-external-description-fragment-manual.html -rw-r--r-- 210 bytes
empty-image-external-description-manual.html -rw-r--r-- 183 bytes
empty-image-internal-description-manual.html -rw-r--r-- 917 bytes
empty-longdesc-manual.html -rw-r--r-- 301 bytes
external-image-data-uri-description-girt-by-spaces-manual.html -rw-r--r-- 485 bytes
external-image-data-uri-description-manual.html -rw-r--r-- 459 bytes
external-image-external-description-fragment-girt-by-spaces-manual.html -rw-r--r-- 248 bytes
external-image-external-description-fragment-manual.html -rw-r--r-- 223 bytes
external-image-external-description-girt-by-spaces-manual.html -rw-r--r-- 222 bytes
external-image-external-description-manual.html -rw-r--r-- 196 bytes
external-image-internal-description-girt-by-spaces-manual.html -rw-r--r-- 957 bytes
external-image-internal-description-manual.html -rw-r--r-- 931 bytes
external-image-with-absolute-base-external-description-manual.html -rw-r--r-- 633 bytes
external-image-with-relative-base-external-description-manual.html -rw-r--r-- 357 bytes
fail-fragment-pointer-manual.html -rw-r--r-- 223 bytes
fail-fragment.html -rw-r--r-- 1.5 KB
fail.html -rw-r--r-- 193 bytes
iframe-discoverability-manual.html -rw-r--r-- 463 bytes
invalid-longdesc-manual.html -rw-r--r-- 235 bytes
pass-fragment.html -rw-r--r-- 1.4 KB
pass.html -rw-r--r-- 777 bytes
picture.png -rw-r--r-- 4.3 KB
reflected-changing-longdesc-manual.html -rw-r--r-- 508 bytes

README.html

back to top