[wpt-sync] Sync PR 24299 - Implement createConicGradient for the new canvas 2d API
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24299 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24299
Details from upstream follow.
Aaron Krajeski <aaronhk@chromium.org> wrote:
Implement createConicGradient for the new canvas 2d API
Currently hidden behind the --new-canvas-2d-api flag.
https://github.com/fserb/canvas2D/blob/master/spec/conic-gradient.md
https://github.com/whatwg/html/issues/5431Bug: 1097034
Change-Id: I2267539087546b29f0fd04ecef7158e7a61bb97fReviewed-on: https://chromium-review.googlesource.com/2252464
WPT-Export-Revision: cf1a29d63492ff33cb3f92ec99ae05f5b3dc8752
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK : 3
FAIL: 3
Chrome
OK : 3
FAIL: 3
Safari
OK : 3
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.html
Conic gradient function exists: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.worker.html
Conic gradient function exists: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/fill-and-stroke-styles/2d.gradient.conic.html
Conic gradient function exists: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3500cddfbb9f
https://hg.mozilla.org/mozilla-central/rev/b75d521089de
Description
•