diff options
Diffstat (limited to 'dom/encoding/test/unit/xpcshell.toml')
-rw-r--r-- | dom/encoding/test/unit/xpcshell.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dom/encoding/test/unit/xpcshell.toml b/dom/encoding/test/unit/xpcshell.toml new file mode 100644 index 0000000000..adba2edb16 --- /dev/null +++ b/dom/encoding/test/unit/xpcshell.toml @@ -0,0 +1,20 @@ +[DEFAULT] +head = "head.js" + +["test_big5.js"] + +["test_euc-jp.js"] + +["test_euc-kr.js"] + +["test_gbk.js"] + +["test_iso-2022-jp.js"] + +["test_misc.js"] + +["test_rope_encode.js"] + +["test_shift_jis.js"] + +["test_utf.js"] |