[wpt-sync] Sync PR 48487 - Implement keyword sizes on floats
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48487 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48487
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Implement keyword sizes on floats
<!-- Please describe your changes on the following line: -->
Adds support for min-content, max-content, fit-content and stretch,
for floated elements.Reviewed in servo/servo#33666
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 63 subtests
Status Summary
Firefox
OK : 1
PASS: 42
FAIL: 21
Chrome
OK : 1
PASS: 57
FAIL: 6
Safari
OK : 1
PASS: 43
FAIL: 20
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-sizing/keyword-sizes-on-floated-element.html [wpt.fyi]
- .test 32:
FAIL - .test 34:
FAIL - .test 35:
FAIL - .test 36:
FAIL
- .test 32:
New Tests That Don't Pass
- /css/css-sizing/keyword-sizes-on-floated-element.html [wpt.fyi]
- .test 31:
FAIL(Chrome:PASS, Safari:FAIL) - .test 32:
FAIL(Chrome:PASS, Safari:PASS) - .test 33:
FAIL(Chrome:PASS, Safari:FAIL) - .test 34:
FAIL(Chrome:PASS, Safari:PASS) - .test 35:
FAIL(Chrome:PASS, Safari:PASS) - .test 36:
FAIL(Chrome:PASS, Safari:PASS) - .test 46:
FAIL(Chrome:PASS, Safari:FAIL) - .test 47:
FAIL(Chrome:PASS, Safari:FAIL) - .test 48:
FAIL(Chrome:PASS, Safari:FAIL) - .test 49:
FAIL(Chrome:PASS, Safari:FAIL) - .test 50:
FAIL(Chrome:PASS, Safari:FAIL) - .test 51:
FAIL(Chrome:PASS, Safari:FAIL) - .test 52:
FAIL(Chrome:PASS, Safari:FAIL) - .test 53:
FAIL(Chrome:PASS, Safari:FAIL) - .test 54:
FAIL(Chrome:PASS, Safari:FAIL) - .test 58:
FAIL(Chrome:FAIL, Safari:FAIL) - .test 59:
FAIL(Chrome:FAIL, Safari:FAIL) - .test 60:
FAIL(Chrome:FAIL, Safari:FAIL) - .test 61:
FAIL(Chrome:FAIL, Safari:FAIL) - .test 62:
FAIL(Chrome:FAIL, Safari:FAIL) - .test 63:
FAIL(Chrome:FAIL, Safari:FAIL)
- .test 31:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4888561a7ca4
https://hg.mozilla.org/mozilla-central/rev/4c1e5bacefd3
Description
•