summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/runtime/browser.toml
blob: 8632b7fad28b4be93a7a45ad9489de4e4c754d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[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",
  "doc_console_events.html",
  "doc_console_events_onload.html",
  "doc_empty.html",
  "doc_frame.html",
  "doc_frameset_single.html",
  "head.js",
]

["browser_callFunctionOn.js"]

["browser_callFunctionOn_awaitPromise.js"]

["browser_callFunctionOn_returnByValue.js"]

["browser_consoleAPICalled.js"]
https_first_disabled = true

["browser_evaluate.js"]

["browser_evaluate_awaitPromise.js"]

["browser_evaluate_returnByValue.js"]

["browser_exceptionThrown.js"]
https_first_disabled = true

["browser_executionContextEvents.js"]

["browser_getProperties.js"]

["browser_remoteObjects.js"]