summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/whatwg/mochitest.toml
blob: fd20629a9ccc58d47c9346a785a56a0a2c7bed4e (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[DEFAULT]
support-files = [
  "postMessage_chrome_helper.html",
  "postMessage_closed_helper.html",
  "postMessage_hash.html",
  "postMessage_helper.html",
  "postMessage_idn_helper.html",
  "postMessage_joined_helper2.html",
  "postMessage_joined_helper.html",
  "postMessage_onOther.html",
  "postMessage_origin_helper.xhtml",
  "postMessage_override_helper.html",
  "postMessage_structured_clone_helper.html",
  "postMessage_structured_clone_helper.js",
  "postMessage_throw_helper.html",
  "postMessage_transfer_helper.html",
  "postMessage_userpass_helper.html",
]

["test_MessageEvent.html"]

["test_MessageEvent_dispatchToOther.html"]
skip-if = [
  "http3",
  "http2",
]

["test_bug477323.html"]

["test_bug500328.html"]
skip-if = ["true"] # bug 696306
support-files = [
  "file_bug500328_1.html",
  "file_bug500328_2.html",
]

["test_document_scripts.html"]

["test_postMessage.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_basehref.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_closed.html"]
skip-if = [
  "os == 'android'", #bug 894914 - wrong data - got FAIL, expected message
  "http3",
  "http2",
]

["test_postMessage_hash.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_idn.xhtml"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_joined.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_onOther.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_origin.xhtml"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_override.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_special.xhtml"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_structured_clone.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_throw.html"]

["test_postMessage_transfer.html"]
skip-if = [
  "http3",
  "http2",
]

["test_postMessage_userpass.html"]
skip-if = [
  "http3",
  "http2",
]

["test_structuredCloneAndExposed.html"]
scheme = "https"
support-files = ["file_structuredCloneAndExposed.sjs"]