[wpt-sync] Sync PR 48628 - Implement keyword sizes for intrinsic contributions
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48628 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48628
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Implement keyword sizes for intrinsic contributions
<!-- Please describe your changes on the following line: -->
Correctly handle keyword sizes when computing the min-content or max-content contribution of a box.
Reviewed in servo/servo#33854
Assignee | ||
Updated•22 days ago
|
Assignee | ||
Comment 1•11 days ago
|
||
Assignee | ||
Comment 2•11 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 36 subtests
Status Summary
Firefox
OK
: 1
PASS
: 26
FAIL
: 10
Chrome
OK
: 1
PASS
: 26
FAIL
: 10
Safari
OK
: 1
PASS
: 2
FAIL
: 34
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-sizing/keyword-sizes-for-intrinsic-contributions.tentative.html [wpt.fyi]
- .test 15:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 18:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 19:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 22:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 23:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 26:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 27:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 30:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 31:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .test 35:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- .test 15:
Comment 4•10 days ago
|
||
Backed out for causing multiple wpt failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/00dc3a0cb565582c175dff58141a141ca732d62c
Push with failures (full push with all the wpt failures): https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=b729604a1b3b86c7e94c996aa9ccd0e544818037&tochange=b729604a1b3b86c7e94c996aa9ccd0e544818037
Comment 6•9 days ago
|
||
It seems to be working fine in the scope of the new sync (bug 1927355).
Comment 7•9 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/93e2cd5e608e
https://hg.mozilla.org/mozilla-central/rev/bf1a52f18ef7
Description
•