Closed
Bug 1514958
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14577 - Plumbing border box through to viz, and adding clip rect to backdrop-filter
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14577 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14577
Details from upstream follow.
Mason Freed <masonfreed@chromium.org> wrote:
> Plumbing border box through to viz, and adding clip rect to backdrop-filter
>
> With this CL, the border box of the element containing backdrop-filter
> is plumbed through to viz, so that the backdrop-filter effect can be
> properly clipped at the border box of the element itself. This will keep
> it from "bleeding" outside to the border rect of the entire layer (including
> children).
>
> This should fix most of the reported bugs related to the filtered effect
> extending beyond the proper bounds.
>
> Bug: 497522, 813796, 767997, 659501, 632979, 618913, 593307
> Change-Id: I5f24ac79053b3779cea128aacabd60f9d66702f4
> Reviewed-on: https://chromium-review.googlesource.com/1378811
> WPT-Export-Revision: 1a2295ab9ed8b49ad95ea2dca93b868fe09d5fc0
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f5531c221572d3a9ba1fcd484f035ef46067d3ce
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a087b913c3532c4dafb7ff4ebfc7f4e7a324a8b
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 8•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d35d1fe9363713e731179276d9f13309b533f3f7
Assignee | ||
Comment 9•6 years ago
|
||
Ran 1 tests
PASS : 1
Comment 10•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e8649fbcc58d
[wpt PR 14577] - Plumbing border box through to viz, and adding clip rect to backdrop-filter, a=testonly
Comment 11•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4acf41d59c72
[wpt PR 14577] - Plumbing border box through to viz, and adding clip rect to backdrop-filter, a=testonly
Comment 12•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•