github web-platform-tests/wpt merge_pr_46916

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
14 months ago

Add support for quotes in @page margin boxes content.

Since quotes create an extra level of layout objects, it will no longer
be a simple LayoutBlockFlow (page margin box) with leaf nodes, so that
the existing IsDetachedNonDomRoot() would fail when building the layout
object tree. Therefore change this flag (which is only used when DCHECKs
are enabled) to be set for the entire non-DOM tree, rather than just on
its root.

Bug: 40341678
Change-Id: Ie5e9ca34491b42dcff9ad029aa0fe8fedcce45ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5658437
Reviewed-by: Ian Kilpatrick ikilpatrick@chromium.org
Reviewed-by: Daniil Sakhapov sakhapov@chromium.org
Commit-Queue: Morten Stenshorne mstensho@chromium.org
Cr-Commit-Position: refs/heads/main@{#1320273}

Don't miss a new wpt release

NewReleases is sending notifications on new releases.