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

31 lines
733 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",
]
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",
"doc_events.html",
"doc_dispatchKeyEvent_race.html",
]
["browser_dispatchKeyEvent.js"]
["browser_dispatchKeyEvent_events.js"]
https_first_disabled = true
["browser_dispatchKeyEvent_race.js"]
https_first_disabled = true
["browser_dispatchMouseEvent.js"]