Closed
Bug 1506272
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14008 - Re-plumb backdrop-filter through blink-gen-property-trees
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14008 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14008
Details from upstream follow.
Mason Freed <masonfreed@chromium.org> wrote:
> Re-plumb backdrop-filter through blink-gen-property-trees
>
> With this CL, backdrop-filter will continue to work when the
> --enable-blink-gen-property-trees flag is enabled. Behavior should be
> identical to behavior without the flag.
>
> Also, I added a number of layout/WPT tests for backdrop-filter,
> some of which currently pass, and some of which need fixing. The ones
> that need fixing have been added to TestExpectations. These new tests
> should reproduce (at least) these issues:
> - https://crbug.com/314867 - respecting isolation
> - https://crbug.com/525099 - respecting isolation
> - https://crbug.com/547937 - border radius
> - https://crbug.com/524689 - filter plus backdrop-filter
> - https://crbug.com/745012 - boundary effect problems
>
> I also moved the existing tests out of external/wpt/css/css-filter
> into external/wpt/css/filter-effects, where they really should be,
> now that filter-effects is being pulled into the tree.
>
> Bug: 497522,314867,525099,547937,524689,745012
> Change-Id: I2be33fbc0e17dec2cd138f9796971fb4a9a57216
>
> Reviewed-on: https://chromium-review.googlesource.com/1316661
> WPT-Export-Revision: 83731c66d8d16ed6d8b74858518a5a4b299afe7b
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a647130e71dbe3518825a760e66bffa6dd451e51
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=7561c5156841f519abdbb176ea4fcf750ccabe9e
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Ran 11 tests
PASS : 4
FAIL : 7
New tests that have failures or other problems:
/css/filter-effects/backdrop-filter-basic-background-color.html: FAIL
/css/filter-effects/backdrop-filter-basic-opacity.html: FAIL
/css/filter-effects/backdrop-filter-basic.html: FAIL
/css/filter-effects/backdrop-filter-border-radius.html: FAIL
/css/filter-effects/backdrop-filter-isolation-isolate.html: FAIL
/css/filter-effects/backdrop-filter-isolation.html: FAIL
/css/filter-effects/filtered-html-is-not-container.html: FAIL
| Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=33d34e3d57d75bed6502818e0df5f0b42e589887
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/17b53e8baa14
[wpt PR 14008] - Re-plumb backdrop-filter through blink-gen-property-trees, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/93b9b6d163f9
[wpt PR 14008] - Update wpt metadata, a=testonly
Comment 10•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/17b53e8baa14
https://hg.mozilla.org/mozilla-central/rev/93b9b6d163f9
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•