summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/log/browser.toml
blob: 728e4616095acb32ddf82c60a35502f5adf3f632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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",
]

["browser_entryAdded.js"]