Source code
Revision control
Copy as Markdown
Other Tools
[DEFAULT]
support-files = [
"chrome_cleanup_script.js",
"head.js",
"head_cookies.js",
"file_image_good.png",
"file_image_great.png",
"file_sample.html",
"file_with_images.html",
"webrequest_chrome.worker.js",
"webrequest_test.sys.mjs",
]
prefs = ["security.mixed_content.upgrade_display_content=false"]
tags = "webextensions in-process-webextensions"
# NO NEW TESTS. mochitest-chrome does not run under e10s, avoid adding new
# tests here unless absolutely necessary.
["test_chrome_ext_contentscript_data_uri.html"]
["test_chrome_ext_contentscript_telemetry.html"]
["test_chrome_ext_contentscript_unrecognizedprop_warning.html"]
["test_chrome_ext_downloads_open.html"]
["test_chrome_ext_downloads_saveAs.html"]
skip-if = [
"verify && !debug && os == 'win'",
"os == 'android'",
]
["test_chrome_ext_downloads_uniquify.html"]
["test_chrome_ext_permissions.html"]
["test_chrome_ext_svg_context_fill.html"]
["test_chrome_ext_trackingprotection.html"]
["test_chrome_ext_webnavigation_resolved_urls.html"]
["test_chrome_ext_webrequest_background_events.html"]
["test_chrome_ext_webrequest_host_permissions.html"]
skip-if = ["verify"]
["test_chrome_ext_webrequest_mozextension.html"]
["test_chrome_native_messaging_paths.html"]
skip-if = ["os != 'mac' && os != 'linux'"]