tor-browser

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

resource-timing-fetch-variants.https.html.ini (1010B)


      1 [resource-timing-fetch-variants.https.html]
      2  expected:
      3    if (processor == "x86") and not debug: [OK, TIMEOUT]
      4  [Redirects done from within a service-worker should not be exposed to client ResourceTiming]
      5    expected:
      6      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
      7      FAIL
      8 
      9  [Connection info from within a service-worker should not be exposed to client ResourceTiming]
     10    expected:
     11      if (processor == "x86") and not debug: [PASS, NOTRUN]
     12 
     13  [requestStart should never be before fetchStart]
     14    expected:
     15      if (processor == "x86") and not debug: [PASS, NOTRUN]
     16 
     17  [Delay from within service-worker (after internal fetching) should be accessible through `responseStart`]
     18    expected:
     19      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     20      FAIL
     21 
     22  [Delay from within service-worker (before internal fetching) should be measured before responseStart in the client ResourceTiming entry]
     23    expected:
     24      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     25      FAIL