tor-browser

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

FileSystemDirectoryHandle-getDirectoryHandle.https.any.js.ini (1039B)


      1 [FileSystemDirectoryHandle-getDirectoryHandle.https.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [getDirectoryHandle() when a file already exists with the same name]
      5    expected:
      6      if (os == "android") and not debug: [PASS, FAIL]
      7 
      8  [getDirectoryHandle(create=false) with a path separator when the directory exists]
      9    expected:
     10      if os == "win": PASS
     11      FAIL
     12 
     13  [getDirectoryHandle(create=true) with a path separator]
     14    expected:
     15      if os == "win": PASS
     16      FAIL
     17 
     18 
     19 [FileSystemDirectoryHandle-getDirectoryHandle.https.any.html]
     20  expected:
     21    if (os == "android") and fission: [OK, TIMEOUT]
     22  [getDirectoryHandle() when a file already exists with the same name]
     23    expected:
     24      if (os == "android") and not debug: [PASS, FAIL]
     25 
     26  [getDirectoryHandle(create=false) with a path separator when the directory exists]
     27    expected:
     28      if os == "win": PASS
     29      FAIL
     30 
     31  [getDirectoryHandle(create=true) with a path separator]
     32    expected:
     33      if os == "win": PASS
     34      FAIL