mochitest.toml (437B)
1 [DEFAULT] 2 scheme = "https" 3 support-files = [ 4 "cookie.sjs", 5 "cookiesHelper.js", 6 ] 7 8 ["test_document_cookie.html"] 9 10 ["test_document_cookie_notification.html"] 11 12 ["test_fetch.html"] 13 14 ["test_image.html"] 15 16 ["test_metaTag.html"] 17 18 ["test_script.html"] 19 20 ["test_server_time.html"] 21 support-files = ["server_time.sjs"] 22 23 ["test_sharedWorker.html"] 24 25 ["test_worker.html"] 26 27 ["test_xhr.html"] 28 29 ["test_xmlDocument.html"] 30 support-files = ["empty.html"]