[wpt-sync] Sync PR 49459 - Fix `stretch` sizes on replaced abspos
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49459 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49459
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Fix
stretchsizes on replaced abspos<!-- Please describe your changes on the following line: -->
We were sizing absolutely positioned replaced elements within their actual containing block instead of the inset-modified containing block.
Then thestretchkeyword would result in a wrong size.Reviewed in servo/servo#34430
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
PASS: 2
Safari
FAIL: 2
Links
Details
New Tests That Don't Pass
- /css/css-sizing/stretch/positioned-replaced-2.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL) - /css/css-sizing/stretch/positioned-replaced-3.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL)
https://hg.mozilla.org/mozilla-central/rev/51587cd81f46
https://hg.mozilla.org/mozilla-central/rev/df8b82bda684
Description
•