tor-browser

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

root-name.https.any.js (200B)


      1 'use strict';
      2 
      3 promise_test(async test => {
      4  let root = await navigator.storage.getDirectory();
      5  assert_equals(root.name, '');
      6 }, 'getDirectory returns a directory whose name is the empty string');