Bug 1709975 [wpt PR 28882] - [LayoutNG] Allow spanners inside a transform, a=testonly
commit2262e4f433ceea193887aaeeab8b7a866cff8363
authorAlison Maher <almaher@microsoft.com>
Wed, 26 May 2021 20:26:42 +0000 (26 20:26 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Thu, 27 May 2021 03:28:08 +0000 (27 03:28 +0000)
treec388e4fefd55b5e2ed7ca277cc5147a9677f27b4
parentccdc9907419b0542bbcaba942b8471d9d48a801d
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]