1
0
Fork 0
firefox/remote/cdp/test/browser/io/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
578 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_close.js"]
["browser_read.js"]