Closed
Bug 1588351
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 19658 - [LayoutNG] Use legacy borders when painting table cell fragments
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19658 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19658
Details from upstream follow.
David Grogan <dgrogan@chromium.org> wrote:
[LayoutNG] Use legacy borders when painting table cell fragments
NG fragments don't support collapsed borders yet. This manifested with
background-clip. When the position/size of the clipped background was
determined, the cells' full borders were used, not half of the winning
border as is correct in collapsed mode.Bug: 1008400
Change-Id: I53a80c88d854136e8d3f540fe7b8c969152aad13
Reviewed-on: https://chromium-review.googlesource.com/1858519
WPT-Export-Revision: ff0873837282d45db5034ddf4a7f62b2167f5638
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e331f6b39cb1d69bd04e3ab7380aa07bce1c5554
| Assignee | ||
Comment 2•6 years ago
|
||
## GitHub CI Results
wpt.fyi [PR Results](https://wpt.fyi/results/?sha=6295c3f86c4c96a91dd95a73ff5ec9e4a489e210&label=pr_head) [Base Results](https://wpt.fyi/results/?sha=6295c3f86c4c96a91dd95a73ff5ec9e4a489e210&label=pr_base)
Ran 1 tests
### Firefox
PASS: 1
### Chrome
FAIL: 1
### Safari
PASS: 1
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d772303dfa9d
[wpt PR 19658] - [LayoutNG] Use legacy borders when painting table cell fragments, a=testonly
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•