[wpt-sync] Sync PR 34717 - Skip is-known-to-fit-in-fragmentainer calculation for tables.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34717 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34717
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Skip is-known-to-fit-in-fragmentainer calculation for tables.
Table size calculation is special. A specified block-size applies to the
"table box", which excludes any captions. However, in the layout engine,
captions are part of the table fragment.Bug: 1078927
Change-Id: I053e0e67298058715ea4253ef9031d678a859752
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3747798
Commit-Queue: Morten Stenshorne \<mstensho@chromium.org>
Reviewed-by: Alison Maher \<almaher@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1021368}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
PASS
: 1
Safari
PASS
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
New Tests That Don't Pass
- /css/css-break/table/specified-block-size-008.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:PASS
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d251cd8a7aba
https://hg.mozilla.org/mozilla-central/rev/032fe618585b
Description
•