Closed
Bug 1504390
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13872 - Keep previous_in_flow across shadow boundary.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13872 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13872
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
> Keep previous_in_flow across shadow boundary.
>
> For some reason we created a new AttachContext entering a ShadowRoot for
> AttachLayoutTree. If the shadow host was display:contents we would lose
> the previous_in_flow from the shadow tree checking the need for
> whitespace LayoutObject for shadow host siblings.
>
> Created a common space-separated words expectation for css.
>
> Bug: 901323
> Change-Id: Ib2fa54d55923c0497ff8e96c5010e68b01570881
> Reviewed-on: https://chromium-review.googlesource.com/1314589
> WPT-Export-Revision: b8e94ac69c55226e010c98078b51676931993bdc
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9d1ef042e1da20157fe549932f40ff28c7d07506
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 5 tests
PASS : 5
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e8adb6f261ba
[wpt PR 13872] - Keep previous_in_flow across shadow boundary., a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•