summaryrefslogtreecommitdiffstats
path: root/editor/spellchecker/tests/mochitest.toml
blob: cd0afc4d9b89fe736dcf29d8714187358ae6192c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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"]