xpcshell.toml (314B)
1 [DEFAULT] 2 tags = "devtools" 3 firefox-appdir = "browser" 4 run-if = [ 5 "os != 'android'", 6 ] 7 8 ["test_javascript_logging.js"] 9 support-files = ["test_javascript_logging.snapshot.mjs"] 10 tags = "object-snapshots" 11 prefs = ["dom.security.https_first=false"] # JS HttpServer doesn't support https 12 13 ["test_webconsole_l10n.js"]