36 lines
633 B
TOML
36 lines
633 B
TOML
[DEFAULT]
|
|
tags = "cdp"
|
|
subsuite = "remote"
|
|
args = [
|
|
"--remote-debugging-port",
|
|
"--remote-allow-origins=null",
|
|
]
|
|
prefs = [
|
|
# CDP protocol is not Fission compatible
|
|
"fission.bfcacheInParent=false",
|
|
"fission.webContentIsolationStrategy=0",
|
|
|
|
# Only enable CDP protocol
|
|
"remote.active-protocols=2",
|
|
]
|
|
skip-if = [
|
|
"display == 'wayland'" # Bug 1861933: Timestamp unreliable due to worker setup
|
|
]
|
|
support-files = [
|
|
"chrome-remote-interface.js",
|
|
"head.js",
|
|
]
|
|
|
|
["browser_agent.js"]
|
|
|
|
["browser_cdp.js"]
|
|
|
|
["browser_httpd.js"]
|
|
|
|
["browser_interface.js"]
|
|
|
|
["browser_main_target.js"]
|
|
|
|
["browser_session.js"]
|
|
|
|
["browser_tabs.js"]
|