historical.window.js (293B)
1 // removed in https://github.com/whatwg/html/pull/8229 2 // was never implemented to begin with, so the name should be available. 3 test(() => { 4 assert_equals(CanvasRenderingContext2D.prototype.scrollPathIntoView, undefined); 5 }, "CanvasRenderingContext2D.scrollPathIntoView method is removed");