summaryrefslogtreecommitdiffstats
path: root/dom/encoding/test/mochitest.toml
blob: 9437edd818de7ec63d0f6297263f418257e95209 (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
[DEFAULT]
support-files = [
  "file_TLD.html",
  "file_in_lk_TLD.html",
  "file_jp_TLD.html",
  "file_utf16_be_bom.css",
  "file_utf16_be_bom.js",
  "file_utf16_be_bom.xhtml",
  "file_utf16_le_bom.css",
  "file_utf16_le_bom.js",
  "file_utf16_le_bom.xhtml",
  "file_utf16_le_nobom.xhtml",
  "test_BOMEncoding.js",
  "test_TextDecoder.js",
  "test_TextEncoder.js",
  "unit/test_big5.js",
  "unit/test_euc-jp.js",
  "unit/test_euc-kr.js",
  "unit/test_gbk.js",
  "unit/test_iso-2022-jp.js",
  "unit/test_shift_jis.js",
  "worker_helper.js",
]

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

["test_TextDecoder.html"]

["test_TextEncoder.html"]

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

["test_stringencoding.html"]

["test_submit_euckr.html"]

["test_utf16_files.html"]