25 lines
559 B
TOML
25 lines
559 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 = [
|
|
"!/remote/cdp/test/browser/chrome-remote-interface.js",
|
|
"!/remote/cdp/test/browser/head.js",
|
|
"head.js",
|
|
]
|
|
|
|
["browser_disable.js"]
|