summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/detached-context.https.html.ini
blob: 75dd6b80a478c22e806ebf0e03472ee6fb0ccb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[detached-context.https.html]
  expected:
    if (os == "linux") and debug: ["OK", "TIMEOUT"]
  [accessing navigator on a removed frame]
    expected: FAIL

  [accessing navigator.serviceWorker on a removed about:blank frame]
    expected: FAIL

  [accessing a ServiceWorker object from a removed iframe]
    expected:
      if (os == "linux") and debug: ["PASS", "NOTRUN"]

  [accessing navigator.serviceWorker on a detached iframe]
    expected:
      if (os == "linux") and debug: ["PASS", "NOTRUN"]

  [accessing a ServiceWorkerRegistration from a removed iframe]
    expected:
      if (os == "linux") and debug: ["PASS", "TIMEOUT"]