[wpt-sync] Sync PR 35475 - Consistent border-spacing truncation.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35475 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35475
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Consistent border-spacing truncation.
With this change, we'll treat border-spacing pretty much like margins,
as far as block fragmentation is concerned. That is, we'll now truncate
them at fragmentainer boundaries. This also includes border-spacing
before repeated table headers, which affects quite a few tests in
fragmentation/ and printing/. Set border-spacing to 0 in some tests (and
compensate by adding padding to the table cells where it makes sense, so
that we don't affect the block-size of the contents too much (which
would require bigger test rewrites)).Also add new tests that use non-zero border-spacing. They are marked as
tentative, since exact behavior here is undefined.Bug: 1335870
Change-Id: I230d33cb165276dba044158cd97b892844bf8ac3
Reviewed-on: https://chromium-review.googlesource.com/3829558
WPT-Export-Revision: 3deec67b98bfbb92251649d1a06139f9aa8af331
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests
Status Summary
Firefox
FAIL
: 3
Chrome
PASS
: 1
FAIL
: 2
Safari
PASS
: 1
FAIL
: 2
Links
Details
Firefox-only Failures
New Tests That Don't Pass
- /css/css-break/table/border-spacing-at-breaks.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-break/table/final-border-spacing-at-fragmentainer-boundary.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:PASS
) - /css/css-break/table/repeated-section/repeated-header-border-spacing.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/01b771279723
https://hg.mozilla.org/mozilla-central/rev/3c70ee4dc0ea
Description
•