summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini
blob: ede7e4b60d573c90b60654f14289ca12c145e3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[resource-timing-fetch-variants.https.html]
  expected:
    if (processor == "x86_64") and (os == "android") and fission: [OK, TIMEOUT]
    if (processor == "x86") and not debug: [OK, TIMEOUT]
  [Redirects done from within a service-worker should not be exposed to client ResourceTiming]
    expected:
      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
      FAIL

  [Connection info from within a service-worker should not be exposed to client ResourceTiming]
    expected:
      if (processor == "x86") and not debug: [PASS, NOTRUN]

  [requestStart should never be before fetchStart]
    expected:
      if (processor == "x86") and not debug: [PASS, NOTRUN]

  [Delay from within service-worker (after internal fetching) should be accessible through `responseStart`]
    expected:
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL

  [Delay from within service-worker (before internal fetching) should be measured before responseStart in the client ResourceTiming entry]
    expected:
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL