diff options
Diffstat (limited to 'extensions/spellcheck/tests/chrome/chrome.toml')
-rw-r--r-- | extensions/spellcheck/tests/chrome/chrome.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/spellcheck/tests/chrome/chrome.toml b/extensions/spellcheck/tests/chrome/chrome.toml new file mode 100644 index 0000000000..36eff0016a --- /dev/null +++ b/extensions/spellcheck/tests/chrome/chrome.toml @@ -0,0 +1,11 @@ +[DEFAULT] +skip-if = ["os == 'android'"] + +["test_add_remove_dictionaries.xhtml"] +skip-if = ["verify"] +support-files = [ + "base/base_utf.dic", + "base/base_utf.aff", + "map/maputf.dic", + "map/maputf.aff", +] |