[wpt-sync] Sync PR 25267 - [LayoutNG] Correct border painting for fieldset fragmentation
Categories
(Core :: Layout, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25267 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25267
Details from upstream follow.
Ana SollanoKim <ansollan@microsoft.com> wrote:
[LayoutNG] Correct border painting for fieldset fragmentation
Previously, in a fragmented fieldset its top and bottom borders would
paint in every fragment. In this change, we supply the paint border
function (inside the fieldset painter) with the sides to include
variable. As a result, the top border is only painted in the first
fragment and the bottom border is only painted in the last.Bug: 829028
Change-Id: I758795ae7a368d81319ddcd54bea032320100535
Reviewed-on: https://chromium-review.googlesource.com/2378812
WPT-Export-Revision: 21a0b7fc45215e35bb341084b0cd36821f944f80
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Description
•