summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/x-frame-options/deny.html.ini
blob: 084d3347a08df209b525f0ccb52556ec27cc484e (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
47
48
[deny.html]
  expected:
    if (os == "mac") and not debug: [OK, TIMEOUT]
    if (os == "android") and not debug: [OK, TIMEOUT]
  [`DENY` blocks same-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`DENY` blocks cross-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`denY` blocks same-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`denY` blocks cross-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`  DENY ` blocks same-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`  DENY ` blocks cross-origin framing]
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`DENY` blocks same-origin framing with CSP default-src 'self']
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`DENY` blocks cross-origin framing with CSP default-src 'self']
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]

  [`DENY` blocks cross-origin framing with CSP frame-ancestors 'self']
    expected:
      if (os == "mac") and not debug: [PASS, TIMEOUT]
      if (os == "android") and not debug: [PASS, TIMEOUT]