[wpt-sync] Sync PR 25119 - [LayoutNG] Correct border painting for block fragmentation.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25119 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25119
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
[LayoutNG] Correct border painting for block fragmentation.
Add a few new tests, as coverage seemed low.
Fix PhysicalBoxSides writing-mode converter to handle vertical-lr, and
skip sideways-lr and sideways-rl, since those aren't even supported by
the CSS parser.Update BackgroundRoundedRectAdjustedForBleedAvoidance() to skip the
borders that aren't part of the fragment. I suppose inline fragmentation
wasn't using this code path, but block fragmentation uses it.Bug: 829028
Change-Id: I7e3f78a4fde54c7da1442efdabe609651cd27d10
Reviewed-on: https://chromium-review.googlesource.com/2362902
WPT-Export-Revision: 7c0b8dd8fb1869e5b4a7d645a2a033c6e8b394e8
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 8 tests
Status Summary
Firefox
PASS: 4
FAIL: 4
Chrome
PASS: 2
FAIL: 6
Safari
PASS: 2
FAIL: 6
Links
Details
Firefox-only Failures
/css/css-break/borders-007.html: FAIL
New Tests That Don't Pass
/css/css-break/borders-003.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/borders-007.html: FAIL (Chrome: PASS, Safari: PASS)
/css/css-break/borders-005.html: FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-break/borders-004.html: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/87ee5d4898ac
https://hg.mozilla.org/mozilla-central/rev/789c0009ccab
Description
•