summaryrefslogtreecommitdiffstats
path: root/editor/spellchecker/tests/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /editor/spellchecker/tests/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'editor/spellchecker/tests/mochitest.toml')
-rw-r--r--editor/spellchecker/tests/mochitest.toml104
1 files changed, 104 insertions, 0 deletions
diff --git a/editor/spellchecker/tests/mochitest.toml b/editor/spellchecker/tests/mochitest.toml
new file mode 100644
index 0000000000..cd0afc4d9b
--- /dev/null
+++ b/editor/spellchecker/tests/mochitest.toml
@@ -0,0 +1,104 @@
+[DEFAULT]
+prefs = ["gfx.font_loader.delay=0"]
+
+skip-if = ["os == 'android'"]
+support-files = [
+ "en-GB/en_GB.dic",
+ "en-GB/en_GB.aff",
+ "en-AU/en_AU.dic",
+ "en-AU/en_AU.aff",
+ "de-DE/de_DE.dic",
+ "de-DE/de_DE.aff",
+ "ru-RU/ru_RU.dic",
+ "ru-RU/ru_RU.aff",
+ "spellcheck.js",
+]
+
+["test_async_UpdateCurrentDictionary.html"]
+
+["test_bug366682.html"]
+
+["test_bug432225.html"]
+
+["test_bug484181.html"]
+
+["test_bug596333.html"]
+
+["test_bug636465.html"]
+
+["test_bug678842.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+support-files = ["bug678842_subframe.html"]
+
+["test_bug697981.html"]
+
+["test_bug717433.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+support-files = ["bug717433_subframe.html"]
+
+["test_bug1100966.html"]
+
+["test_bug1154791.html"]
+
+["test_bug1200533.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+support-files = ["bug1200533_subframe.html"]
+
+["test_bug1204147.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+support-files = [
+ "bug1204147_subframe.html",
+ "bug1204147_subframe2.html",
+]
+
+["test_bug1205983.html"]
+
+["test_bug1209414.html"]
+
+["test_bug1219928.html"]
+skip-if = ["true"]
+
+["test_bug1365383.html"]
+
+["test_bug1368544.html"]
+
+["test_bug1402822.html"]
+
+["test_bug1418629.html"]
+
+["test_bug1497480.html"]
+
+["test_bug1602526.html"]
+
+["test_bug1761273.html"]
+
+["test_bug1773802.html"]
+
+["test_bug1837268.html"]
+
+["test_multiple_content_languages.html"]
+skip-if = [
+ "http3",
+ "http2",
+]
+support-files = ["multiple_content_languages_subframe.html"]
+
+["test_spellcheck_after_edit.html"]
+
+["test_spellcheck_after_pressing_navigation_key.html"]
+
+["test_spellcheck_selection.html"]
+
+["test_suggest.html"]