blob: 8faf1b1c45df85908efdbd9e5c87f3f88d579503 (
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
|
[DEFAULT]
support-files = [
"markup.js",
"markuprules.xml",
"!/accessible/tests/mochitest/*.js",
"!/accessible/tests/mochitest/moz.png"]
["test_ARIACore_examples.html"]
["test_browserui.xhtml"]
["test_counterstyle.html"]
["test_general.html"]
["test_general.xhtml"]
["test_link.html"]
["test_list.html"]
["test_markup.html"]
skip-if = [
"win11_2009 && debug", # Bug 1296784
]
["test_svg.html"]
["test_tree.xhtml"]
|