tor-browser

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

FileSystemDirectoryHandle-resolve.https.any.js.ini (1402B)


      1 [FileSystemDirectoryHandle-resolve.https.any.html]
      2  expected:
      3    if (os == "win") and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
      4    if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
      5  [Resolve returns correct path with non-ascii characters]
      6    expected:
      7      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      8 
      9  [Resolve returns null when entry is not a child]
     10    expected:
     11      if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     12      if (os == "win") and swgl: [PASS, TIMEOUT]
     13 
     14 
     15 [FileSystemDirectoryHandle-resolve.https.any.worker.html]
     16  expected:
     17    if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]
     18    if (os == "win") and swgl: [OK, TIMEOUT]
     19  [Resolve returns correct path with non-ascii characters]
     20    expected:
     21      if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
     22      if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN, TIMEOUT]
     23 
     24  [Resolve returns null when entry is not a child]
     25    expected:
     26      if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     27      if (os == "win") and swgl: [PASS, NOTRUN]
     28 
     29  [Resolve returns correct path]
     30    expected:
     31      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]