Closed
Bug 1489280
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12881 - Improve test coverage of registered properties in paint worklets.
Categories
(Core :: Web Painting, enhancement, P4)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12881 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12881
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
> Improve test coverage of registered properties in paint worklets.
>
> The most important use case for css-properties-values-api is having typed
> (and possibly interpolated) custom properties in paint worklets.
>
> So naturally, this is the *least* well tested use case in WPT. This CL
> improves that by adding tests for most of the syntax types. The test works
> as a kind of "ref" test, which compares the output of CSSStyleValue.parse
> /parseAll with the value observed inside the worklet.
>
> <transform-function> and <transform-list> are not supported yet, so they
> will come later.
>
> Interpolations should also be tested, but that belongs in a separate test.
>
> Bug: 641877
> Change-Id: I4bd310ecd61a2a8989df9c4a5c818cdc7c179b3a
> Reviewed-on: https://chromium-review.googlesource.com/1209711
> WPT-Export-Revision: dd36be0174cbf4ac6e6064ef050cdf5bd291120e
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → Layout: Web Painting
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests
FAIL : 1
New tests that have failures or other problems:
/css/css-paint-api/registered-property-type.https.html: FAIL
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=aef90b9209a4a8d3e4da7b2ab1eaba2937c4719f
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/406d478bdc5f
[wpt PR 12881] - Improve test coverage of registered properties in paint worklets., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/d12098f3d90c
[wpt PR 12881] - Update wpt metadata, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/406d478bdc5f
https://hg.mozilla.org/mozilla-central/rev/d12098f3d90c
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•