21 lines
392 B
TOML
21 lines
392 B
TOML
[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
|
|
]
|