summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini
blob: a98bb2df90d2e81e868f47637a4459638644f16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[url-parsing.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]
  [getRegistration should use the relevant global of the object it was called on to resolve the script URL]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]

  [register should use the relevant global of the object it was called on to resolve the script URL and the given scope URL]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]

  [register should use the relevant global of the object it was called on to resolve the script URL and the default scope URL]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]