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

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