Closed
Bug 1587169
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 19576 - css-flexbox: updates special case for flex-box emulating webkit-box
Categories
(Core :: Layout, task, P4)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19576 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19576
Details from upstream follow.
Scott Violet <sky@chromium.org> wrote:
css-flexbox: updates special case for flex-box emulating webkit-box
LayoutBox::SizesLogicalWidthToFitContent() has special logic that returns
true for -webkit-box. This makes it return true if flex-box is used for
-webkit-boxBUG=1010809
TEST=wpt/compat/webkit-box-vertically-centered.htmlChange-Id: Ibf6045234c0513e2c5d6cb686ecc0a1001b47fe0
Reviewed-on: https://chromium-review.googlesource.com/1845506
WPT-Export-Revision: 5da310510a861d6ef6b440320ece53343b7e4d05
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → Layout
Product: Testing → Core
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d3823ea9813d9201ead4155dcaead687021e6243
| Assignee | ||
Comment 2•6 years ago
|
||
## GitHub CI Results
wpt.fyi [PR Results](https://wpt.fyi/results/?sha=2b18c820b1cc7b25729bed36b2e6e6f5cd2e2195&label=pr_head) [Base Results](https://wpt.fyi/results/?sha=2b18c820b1cc7b25729bed36b2e6e6f5cd2e2195&label=pr_base)
Ran 1 tests and 1 subtests
### Firefox
OK : 1
PASS: 1
### Chrome
OK : 1
PASS: 1
### Safari
OK : 1
PASS: 1
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/683fe111f9db
[wpt PR 19576] - css-flexbox: updates special case for flex-box emulating webkit-box, a=testonly
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•