Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/canvas/historical.window.html - WPT Dashboard Interop Dashboard
// was never implemented to begin with, so the name should be available.
test(() => {
assert_equals(CanvasRenderingContext2D.prototype.scrollPathIntoView, undefined);
}, "CanvasRenderingContext2D.scrollPathIntoView method is removed");