summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/Service-Worker-Allowed-header.https.html.ini
blob: 9563c3e61f226968e168c7987b01478037b5caa1 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[Service-Worker-Allowed-header.https.html]
  expected:
    if (os == "win") and debug and swgl: [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
  [Service-Worker-Allowed is cross-origin to script, registering on a normally disallowed scope]
    expected:
      if (os == "win") and debug and swgl: [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [NOTRUN, FAIL]
      FAIL

  [Service-Worker-Allowed is cross-origin to script, registering on a normally allowed scope]
    expected:
      if (os == "win") and debug and swgl: [FAIL, NOTRUN]
      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86"): [NOTRUN, FAIL]
      FAIL

  [Registering outside Service-Worker-Allowed path]
    expected:
      if (os == "win") and not swgl and not debug and (processor == "x86"): [NOTRUN, PASS]
      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]

  [Registering outside Service-Worker-Allowed path with parent reference]
    expected:
      if (os == "win") and not swgl and not debug and (processor == "x86"): [NOTRUN, PASS]
      if (os == "win") and swgl: [PASS, NOTRUN]

  [Service-Worker-Allowed is cross-origin to page, same-origin to script]
    expected:
      if (os == "win") and debug and swgl: [PASS, NOTRUN]
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
      if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]

  [Registering within Service-Worker-Allowed path (absolute URL)]
    expected:
      if (processor == "x86") and not debug: [TIMEOUT, PASS, NOTRUN]

  [Registering within Service-Worker-Allowed path with parent reference]
    expected:
      if (processor == "x86") and not debug: [NOTRUN, PASS]

  [Registering within Service-Worker-Allowed path]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]