tor-browser

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

url-parsing.https.html.ini (772B)


      1 [url-parsing.https.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4  [getRegistration should use the relevant global of the object it was called on to resolve the script URL]
      5    expected:
      6      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      7      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
      8 
      9  [register should use the relevant global of the object it was called on to resolve the script URL and the given scope URL]
     10    expected:
     11      if (processor == "x86") and not debug: [PASS, NOTRUN]
     12 
     13  [register should use the relevant global of the object it was called on to resolve the script URL and the default scope URL]
     14    expected:
     15      if (processor == "x86") and not debug: [PASS, TIMEOUT]