[wpt-sync] Sync PR 30392 - f-list-whole-line
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30392 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30392
Details from upstream follow.
b'Koji Ishii <kojii@chromium.org>' wrote:
f-list-whole-line
This patch chagnes to apply quirks for a list-item occupying
the whole line only if the nested list is a block-level.When applying this quirks, list markers are handled like a
regular child. r883403 crrev.com/c/2885398 changed to handle
list markers at |NGBlockLayoutAlgorithm| to support NG block
fragmentation. These two when combined causes the list marker
not laid out if the nested list is not a block-level.This may change some visual behaviors, but I think this is ok:
a) This quirks is not in the quirks spec1 and not
implemented in Gecko.
b) The previous CL had a visual difference in this case in M92
but no reports so far.Bug: 1246932
Change-Id: Ia58a1b788313d3d9f221fd010cdd1a906551ab8bReviewed-on: https://chromium-review.googlesource.com/3145018
WPT-Export-Revision: da43fedf994dfe0da58e016b80dec402a1e82197
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 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
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 4•4 years ago
|
||
bugherder |
Description
•