[wpt-sync] Sync PR 53416 - corner-shape: keep origin rect when applying shadow/overflow-clip-margin
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53416 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53416
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
corner-shape: keep origin rect when applying shadow/overflow-clip-margin
Instead of nulling the origin rect, which only works for shadows, keep
it but outset it together with the regular rect.This is necessary in cases where overflow-clip-margin is applied on top
of borders. The border relationship needs to be retained, but both the
inner and outer rect needs to be spread.Bug: 427608936
Change-Id: I71913465698d5685524fcfcd540476d1e97b5fa6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6675422
Reviewed-by: Philip Rogers \<pdr@chromium.org>
Commit-Queue: Noam Rosenthal \<nrosenthal@google.com>
Cr-Commit-Position: refs/heads/main@{#1479074}
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 1•10 months ago
|
||
| Assignee | ||
Comment 2•10 months ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests
Status Summary
Firefox
FAIL: 4
Chrome
FAIL: 4
Safari
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-borders/corner-shape/corner-shape-iframe-border.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-borders/corner-shape/corner-shape-img-border.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-borders/corner-shape/corner-shape-svg-border.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-borders/corner-shape/corner-shape-video-border.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
https://hg.mozilla.org/mozilla-central/rev/c4ec5fed5249
https://hg.mozilla.org/mozilla-central/rev/ced97fe347bb
Description
•