[wpt-sync] Sync PR 34254 - Only include table block-start border if we've entered the table box.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34254 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34254
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Only include table block-start border if we've entered the table box.
If we break before the first table section in a fragmentainer, we aren't
going to enter the table box there. Avoid duplicate block-start border.
We used to paint it both in the fragmentainer where we broke before the
section, AND in the next fragmentainer (the one and only right place).Bug: 1078927
Change-Id: I28118a143d514fc455d124395b7b5081f4d599f3
Reviewed-on: https://chromium-review.googlesource.com/3672904
WPT-Export-Revision: 213145627ce30db14977e703b4cfbe106e61ac53
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-break/table/table-border-005.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/54fbb3af00e2
https://hg.mozilla.org/mozilla-central/rev/8b60730b21cf
Description
•