Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// was never implemented to begin with, so the name should be available.
test(() => {
assert_equals(CanvasRenderingContext2D.prototype.scrollPathIntoView, undefined);
}, "CanvasRenderingContext2D.scrollPathIntoView method is removed");