summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/update-missing-import-scripts.https.html.ini
blob: b1f0912d87b4f7ec565fd61a29f5d094687f0bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[update-missing-import-scripts.https.html]
  expected:
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
    if (os == "linux") and not fission and not debug: [OK, ERROR, CRASH]
    if (os == "android") and debug and not swgl: [OK, ERROR]
  [Update service worker with new script that's missing importScripts()]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
      if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]

  [Initialize global state]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]