27 lines
604 B
TOML
27 lines
604 B
TOML
[DEFAULT]
|
|
|
|
["test_on_new_promise.html"]
|
|
|
|
["test_on_promise_settled.html"]
|
|
|
|
["test_on_promise_settled_duplicates.html"]
|
|
|
|
["test_promise_argument_xrays.html"]
|
|
run-if = ["debug"]
|
|
support-files = [
|
|
"file_promise_xrays.html",
|
|
"file_promise_argument_tests.js",
|
|
]
|
|
|
|
["test_promise_job_with_bind_from_discarded_iframe.html"]
|
|
support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"]
|
|
|
|
["test_promise_retval_xrays.html"]
|
|
run-if = ["debug"]
|
|
support-files = [
|
|
"file_promise_xrays.html",
|
|
"file_promise_retval_tests.js"
|
|
]
|
|
|
|
["test_promise_xrays.html"]
|
|
support-files = ["file_promise_xrays.html"]
|