[wpt-sync] Sync PR 28056 - Make tests for color object input on canvas 2d
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28056 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28056
Details from upstream follow.
b'Aaron Krajeski <aaronhk@chromium.org>' wrote:
Make tests for color object input on canvas 2d
These tests are failing for now, will implement the feature that makes
these succeed in a later CL.Bug: 1187575
Change-Id: I664ebd2a06fc812c562a7daaedb00c78ebff70e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2756549
Commit-Queue: Aaron Krajeski \<aaronhk@chromium.org>
Reviewed-by: Yi Xu \<yiyix@chromium.org>
Cr-Commit-Position: refs/heads/master@{#862795}
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
FAIL: 4
Chrome
OK : 4
FAIL: 4
Safari
OK : 4
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.colorObject.html
ctx.fillStyle works with color objects: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.colorObject.transparency.html
ctx.fillStyle with color objects has transparency: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/fill-and-stroke-styles/2d.strokeStyle.colorObject.html
ctx.strokeStyle works with color objects: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/fill-and-stroke-styles/2d.strokeStyle.colorObject.transparency.html
ctx.strokeStyle with color objects has transparency: FAIL (Chrome: FAIL, Safari: FAIL)
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9771b86a3348
https://hg.mozilla.org/mozilla-central/rev/597efba96267
Description
•