tor-browser

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

WebKitCSSMatrix.worker.js (191B)


      1 // https://drafts.fxtf.org/geometry/#DOMMatrix
      2 
      3 importScripts('/resources/testharness.js');
      4 
      5 test(() => {
      6  assert_false('WebKitCSSMatrix' in self);
      7 }, 'WebKitCSSMatrix in worker');
      8 
      9 done();