21 lines
410 B
TOML
21 lines
410 B
TOML
[DEFAULT]
|
|
head =""
|
|
support-files = [
|
|
"data/intl_on_workers_worker.js",
|
|
"data/chrome.manifest",
|
|
]
|
|
|
|
["test_bug22310.js"]
|
|
skip-if = ["os != 'win' && os != 'mac'"]
|
|
|
|
["test_intl_on_workers.js"]
|
|
skip-if = ["os == 'android'"] # bug 1309447
|
|
|
|
["test_langPackMatcher.js"]
|
|
|
|
["test_localeService.js"]
|
|
|
|
["test_localeService_negotiateLanguages.js"]
|
|
|
|
["test_osPreferences.js"]
|
|
skip-if = ["os == 'android'"] # bug 1344596
|