tor-browser

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

unregister-immediately.https.html.ini (968B)


      1 [unregister-immediately.https.html]
      2  expected:
      3    if (os == "android") and debug and not swgl: [TIMEOUT, ERROR]
      4    TIMEOUT
      5  [Clear-Site-Data must unregister an activated registration with controlled clients.]
      6    expected:
      7      if (os == "win") and debug and swgl: [NOTRUN, TIMEOUT]
      8      if (os == "win") and debug and not swgl: [NOTRUN, TIMEOUT]
      9      NOTRUN
     10 
     11  [Clear-Site-Data must unregister an activated registration with an update waiting.]
     12    expected:
     13      if (os == "win") and debug and swgl: [NOTRUN, PASS]
     14      if (os == "win") and debug and not swgl: [NOTRUN, PASS]
     15      NOTRUN
     16 
     17  [Clear-Site-Data must unregister a registration with a worker in the "activating" state.]
     18    expected:
     19      if (os == "win") and debug and not swgl: [TIMEOUT, FAIL]
     20      if (os == "win") and debug and swgl: [TIMEOUT, FAIL]
     21      TIMEOUT
     22 
     23  [Clear-Site-Data must clear an unregistered registration waiting for  controlled clients to unload.]
     24    expected: NOTRUN