Source code
Revision control
Copy as Markdown
Other Tools
[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 = [
]
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"]