Bug 1730578 [wpt PR 30697] - [LayoutNG] Fieldset container separation, a=testonly
commit2d33c3da537e8920543911978d2465c036443738
authorAlison Maher <almaher@microsoft.com>
Sat, 2 Oct 2021 10:52:41 +0000 (2 10:52 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Sat, 2 Oct 2021 22:25:15 +0000 (2 22:25 +0000)
treece04ad30567d25f0614ad08b7e9212397c834f23
parente00a29d1a0b77cc601ce736cc7d8c34678f09497
Bug 1730578 [wpt PR 30697] - [LayoutNG] Fieldset container separation, a=testonly

Automatic update from web-platform-tests
[LayoutNG] Fieldset container separation

There should never be a class C breakpoint in front of fieldset
content. As a result, always pass in false for
|has_container_separation| when evaluating a break before fieldset
content.

As a result of this update, if the legend overflows the fragmentainer,
we may now end up pushing the entire fieldset to the next fragmentainer,
as expected. (See the newly added WPT test: fieldset-006.html).

Several unit tests were updated to reflect this change in behavior.

Bug: 1246175
Change-Id: I1e6e0393119fe01c6a293fb0d09f4a779684e9d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139496
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Alison Maher <almaher@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#921481}

--

wpt-commits: 065ee548a6ffe4a79811c8f95c133f9eec09601d
wpt-pr: 30697
testing/web-platform/tests/css/css-break/fieldset-006.html [new file with mode: 0644]