Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /html/canvas/historical.any.html - WPT Dashboard Interop Dashboard
- /html/canvas/historical.any.worker.html - WPT Dashboard Interop Dashboard
test(() => {
assert_equals(OffscreenCanvasRenderingContext2D.prototype.commit, undefined);
}, "OffscreenCanvasRenderingContext2D.commit method is removed");