[wpt-sync] Sync PR 52179 - [reading-flow] Can render with carousel
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52179 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52179
Details from upstream follow.
Di Zhang <dizhangg@chromium.org> wrote:
[reading-flow] Can render with carousel
Setting CSS property reading-flow on a carousel scroller is failing
DCHECKs for both the focus navigation and the accessibility tree. To
fix this use case,
- Relax the OwnedByReadingFlow to be element instead of HTMLElement.
This is because pseudo-element can be reading flow item scope owners.- Change Element::ReadingFlowChildren to add out of flow reading flow
items in LayoutTreeBuilderTraversal instead of FlatTreeTraversal.
This will add scroll marker and related pseudo elements.Change-Id: Icbb523c4f93aff316a8f8bfcbf867e1ec781a1d7
Bug: 398280418, 412401428
Reviewed-on: https://chromium-review.googlesource.com/6479432
WPT-Export-Revision: 631ad07c70af562a32e62f26584ec944a76080e3
Assignee | ||
Updated•16 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•14 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /shadow-dom/focus-navigation/reading-flow/tentative/carousel-grid-order.html [wpt.fyi]
- Grid items in carousel should follow grid-order reading flow:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Grid items in carousel should follow grid-order reading flow:
Comment 4•12 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1d6f342c957c
https://hg.mozilla.org/mozilla-central/rev/7db9ae69539d
Description
•