1
0
Fork 0
firefox/remote/cdp/test/browser/page/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

85 lines
1.6 KiB
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",
"doc_empty.html",
"doc_frame.html",
"doc_frameset_multi.html",
"doc_frameset_nested.html",
"doc_frameset_single.html",
"sjs_redirect.sjs",
]
["browser_bringToFront.js"]
["browser_captureScreenshot.js"]
["browser_createIsolatedWorld.js"]
["browser_domContentEventFired.js"]
["browser_frameAttached.js"]
["browser_frameDetached.js"]
["browser_frameNavigated.js"]
["browser_frameStartedLoading.js"]
["browser_frameStoppedLoading.js"]
["browser_getFrameTree.js"]
["browser_getLayoutMetrics.js"]
["browser_getNavigationHistory.js"]
["browser_javascriptDialog_alert.js"]
["browser_javascriptDialog_beforeunload.js"]
["browser_javascriptDialog_confirm.js"]
["browser_javascriptDialog_otherTarget.js"]
["browser_javascriptDialog_prompt.js"]
["browser_lifecycleEvent.js"]
https_first_disabled = true
["browser_loadEventFired.js"]
["browser_navigate.js"]
https_first_disabled = true
["browser_navigateToHistoryEntry.js"]
["browser_navigatedWithinDocument.js"]
["browser_navigationEvents.js"]
["browser_printToPDF.js"]
["browser_reload.js"]
["browser_runtimeEvents.js"]
["browser_scriptToEvaluateOnNewDocument.js"]