blob: dc718177252c7c4bd01fa1074ee7e6ee15786e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[DEFAULT]
support-files = [
"docload_wnd.html",
"!/accessible/tests/mochitest/*.js"]
["test_docload_aria.html"]
["test_docload_busy.html"]
["test_docload_embedded.html"]
["test_docload_iframe.html"]
["test_docload_root.html"]
skip-if = ["os == 'mac'"] # bug 1456997
["test_docload_shutdown.html"]
skip-if = [
"os == 'mac'", # bug 1456997
"display == 'wayland'", # bug 1850412
]
|