Bug 1709975 [wpt PR 28882] - [LayoutNG] Allow spanners inside a transform, a=testonly
commitb5bbfc34b5aaf17163a8c1e967f7d39d1af06535
authorAlison Maher <almaher@microsoft.com>
Wed, 26 May 2021 20:26:42 +0000 (26 20:26 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Fri, 28 May 2021 18:59:36 +0000 (28 18:59 +0000)
treed63111359ccde997148572995537ba3f509ba341
parent0632fad091b2686116f0614160ab406e5cf6afb5
Bug 1709975 [wpt PR 28882] - [LayoutNG] Allow spanners inside a transform, a=testonly

Automatic update from web-platform-tests
[LayoutNG] Allow spanners inside a transform

Previously, CanContainSpannerInParentFragmentationContext() would not
allow spanners that are the descendant of a transform. However, the
containing block chain now goes directly from the column spanner
to the multicol container for an NG multicol. Thus, it is safe to
allow a spanner to be a true column spanner if it is a descendant of
a transform (in the case that the multicol is an NG object).

The web test that was added to test the old behavior has been removed
and a new test has been added to test the new behavior.

Bug: 1196727
Change-Id: I908d4fdfc6ce090187dedbc2d9488b1c09bfa989
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2876245
Commit-Queue: Alison Maher <almaher@microsoft.com>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#885554}

--

wpt-commits: b78f4000bde8da4e83963200026fa411923f8a2a
wpt-pr: 28882
testing/web-platform/tests/css/css-multicol/multicol-span-all-017-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-multicol/multicol-span-all-017.html [new file with mode: 0644]