tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

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");