mochitest.toml (796B)
1 [DEFAULT] 2 support-files = [ 3 "file_TLD.html", 4 "file_in_lk_TLD.html", 5 "file_jp_TLD.html", 6 "file_utf16_be_bom.css", 7 "file_utf16_be_bom.js", 8 "file_utf16_be_bom.xhtml", 9 "file_utf16_le_bom.css", 10 "file_utf16_le_bom.js", 11 "file_utf16_le_bom.xhtml", 12 "file_utf16_le_nobom.xhtml", 13 "test_BOMEncoding.js", 14 "test_TextDecoder.js", 15 "test_TextEncoder.js", 16 "unit/test_big5.js", 17 "unit/test_euc-jp.js", 18 "unit/test_euc-kr.js", 19 "unit/test_gbk.js", 20 "unit/test_iso-2022-jp.js", 21 "unit/test_shift_jis.js", 22 "worker_helper.js", 23 ] 24 25 ["test_TLD.html"] 26 skip-if = [ 27 "http2", 28 "http3", 29 ] 30 31 ["test_TextDecoder.html"] 32 33 ["test_TextEncoder.html"] 34 35 ["test_in_lk_TLD.html"] 36 skip-if = [ 37 "http2", 38 "http3", 39 ] 40 41 ["test_stringencoding.html"] 42 43 ["test_submit_euckr.html"] 44 45 ["test_utf16_files.html"]