Closed
Bug 1515223
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14590 - [BlinkGenPropertyTrees] Don't skip fragment clip above effect's output clip
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14590 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14590
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
> [BlinkGenPropertyTrees] Don't skip fragment clip above effect's output clip
>
> We don't allow an object's clip an object's clip to escape the output
> clip of the object's effect, so don't skip fragment clip if there is any
> effect between the object and the clip container has output clip.
>
> This won't get correct rendering (because of the extra clips), but
> avoids crash in PropertyTreeManager.
>
> Bug: 803649
> Change-Id: I63c7feda09755be1ac04d9a788c4110449f73f04
> Reviewed-on: https://chromium-review.googlesource.com/1382870
> WPT-Export-Revision: 74001009e77cb923b3c83ad31002c78930c1bd46
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
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=236192feb4ad39671674b3bdc171a65d852ee0e3
Assignee | ||
Comment 4•6 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
PASS : 1
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/70c62f04ed83
[wpt PR 14590] - [BlinkGenPropertyTrees] Don't skip fragment clip above effect's output clip, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b589ff59db73
[wpt PR 14590] - [BlinkGenPropertyTrees] Don't skip fragment clip above effect's output clip, a=testonly
Comment 7•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
•