Closed
Bug 1746276
Opened 3 years ago
Closed 3 years ago
Mark more tests as passing for when we flip gfx.offscreencanvas.enabled to true
Categories
(Core :: Graphics: Canvas2D, task, P3)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
We need to ensure gfx.offscreencanvas.enabled is set to true for the following tests:
dom/tests/mochitest/general/test_interfaces.html
dom/tests/mochitest/general/test_interfaces_secureContext.html
dom/workers/test/test_worker_interfaces.html
dom/workers/test/test_worker_interfaces_secureContext.html
dom/serviceworkers/test/test_serviceworker_interfaces.html
testing/web-platform-tests/tests/html/dom/idlharness.https.html
and adjust any method lists and unexpected passes. This is necessary to allow us to turn on OffscreenCanvas in nightly only without causing grief when we reach beta.
| Assignee | ||
Updated•3 years ago
|
Type: defect → task
| Assignee | ||
Comment 1•3 years ago
|
||
Most of these should actually be updated as part of bug 1746110 since the tests are capable of distinguishing nightly vs other builds.
| Assignee | ||
Comment 2•3 years ago
|
||
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10b39b71c57e
Mark more OffscreenCanvas-related WPT tests as passing with the pref set. r=gfx-reviewers,kvark
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•