2dcontext/wide-gamut-canvas/canvas-colorManaged-convertToBlob-roundtrip.html is marked as timeout
Categories
(Core :: Graphics: Canvas2D, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file, 1 obsolete file)
I am looking at all the web-platform-tests that are marked as timeout and I found:
2dcontext/wide-gamut-canvas/canvas-colorManaged-convertToBlob-roundtrip.html
this is timeout because of:
srcCanvas.convertToBlob is not a function
In addition I see this on another test which is marked as fail:
2dcontext/wide-gamut-canvas/canvas-createImageBitmap-e_srgb.html
I would like to determine if we support convertToBlob on a canvas:
- supported (and we need to fix the tests)
- not [fully] supported, but on a roadmap in the next year (run the tests as 'backlog' on m-c only)
- no plans to support this (stop running the tests altogether)
Comment 1•5 years ago
|
||
convertToBlob looks like a function of offscreen canvas. Which I believe is currently preffed off in firefox.
Assignee | ||
Comment 2•5 years ago
|
||
is there a pref? We could set that pref for these tests and they could run successfully.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
I tried this locally (windows 10) and didn't change the failure to find convertToBlob.
Comment 5•5 years ago
|
||
I just looked, there is no code in our tree to implement convertToBlob.
Assignee | ||
Comment 6•5 years ago
|
||
thanks for looking- I couldn't find any bug with convertToBlob specifics, there are 2 choices I see here:
- mark these 2 tests as not-implementing (no plans to support and implement convertToBlob)
- mark these 2 tests as backlog (plans to support and implement in the next year)
I am happy to go either route, or if there is a 3rd route.
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
move convertToBlob tests to backlog (tier-2).
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
:jgilbert - for convertToBlob, support, I would like to know:
- is this something that will be implemented/supported in the next year - we should run this as tier-2 on mozilla-central only
- are there no plans to support this - we will not run these tests at all
Comment 9•5 years ago
|
||
We expect to support this within the next year.
We should also fix that test to not time out. It should instead fail quickly, and we should mark it as an expected failure.
Assignee | ||
Comment 10•5 years ago
|
||
:jgilbert, can you assign this to someone as I am not familiar with the test or what it should be doing?
Assignee | ||
Comment 11•5 years ago
|
||
move convertToBlob tests to backlog (tier-2).
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Description
•