27 lines
374 B
TOML
27 lines
374 B
TOML
[DEFAULT]
|
|
scheme = "https"
|
|
support-files = [
|
|
"cookie.sjs",
|
|
"cookiesHelper.js",
|
|
]
|
|
|
|
["test_document_cookie.html"]
|
|
|
|
["test_document_cookie_notification.html"]
|
|
|
|
["test_fetch.html"]
|
|
|
|
["test_image.html"]
|
|
|
|
["test_metaTag.html"]
|
|
|
|
["test_script.html"]
|
|
|
|
["test_sharedWorker.html"]
|
|
|
|
["test_worker.html"]
|
|
|
|
["test_xhr.html"]
|
|
|
|
["test_xmlDocument.html"]
|
|
support-files = ["empty.html"]
|