trisquel-icecat/icecat/remote/cdp/test/browser/browser_cdp_only.toml

22 lines
467 B
TOML

[DEFAULT]
tags = "cdp"
subsuite = "remote"
args = [
"--remote-debugging-port",
"--remote-allow-origins=null",
]
prefs = [ # Bug 1600054: Make CDP Fission compatible
"fission.bfcacheInParent=false",
"fission.webContentIsolationStrategy=0",
"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_interface.js"]