chrome.toml (614B)
1 [DEFAULT] 2 3 ["test_on_new_promise.html"] 4 5 ["test_on_promise_settled.html"] 6 7 ["test_on_promise_settled_duplicates.html"] 8 9 ["test_promise_argument_xrays.html"] 10 run-if = [ 11 "debug", 12 ] 13 support-files = [ 14 "file_promise_xrays.html", 15 "file_promise_argument_tests.js", 16 ] 17 18 ["test_promise_job_with_bind_from_discarded_iframe.html"] 19 support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"] 20 21 ["test_promise_retval_xrays.html"] 22 run-if = [ 23 "debug", 24 ] 25 support-files = [ 26 "file_promise_xrays.html", 27 "file_promise_retval_tests.js" 28 ] 29 30 ["test_promise_xrays.html"] 31 support-files = ["file_promise_xrays.html"]