[wpt-sync] Sync PR 34180 - [TableFragmentation] Fix collapsed borders near fragmentation boundaries
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 34180 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34180
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[TableFragmentation] Fix collapsed borders near fragmentation boundaries
This does some fixes to collapsed borders around fragmentation
boundaries.Firstly it excludes the over/under border from the joint calculation
when at a fragmentation boundary. This prevents the border seemingly
having a random joint color when fragmentation is present.We check if we should draw a "half" border if we are at a fragmentation
boundary, and we know we have previous/next table content. We check
this by looking at the row indices to determine if there are subsequent
rows.I've made the test .tentative as the joint logic isn't really written
down anywhere, and everyone has bad behaviour here.Bug: 1078927
Change-Id: I7a12458bb128f3a6650b2a408cef218ae1093dd3Reviewed-on: https://chromium-review.googlesource.com/3662014
WPT-Export-Revision: 85c815612cc62cdf77e4c42c97b60384dd172f89
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 11 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
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-break/table/table-collapsed-borders-paint-at-boundary.tentative.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/89bafa664748
https://hg.mozilla.org/mozilla-central/rev/4cc29b2e1a97
Description
•