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
49
50
51
52
53
54
55
|
[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_empty.html",
"doc_frameset.html",
"doc_get_cookies_frame.html",
"doc_get_cookies_page.html",
"doc_networkEvents.html",
"file_networkEvents.js",
"file_framesetEvents.js",
"sjs-cookies.sjs",
]
["browser_deleteCookies.js"]
https_first_disabled = true
["browser_emulateNetworkConditions.js"]
["browser_getAllCookies.js"]
https_first_disabled = true
["browser_getCookies.js"]
https_first_disabled = true
["browser_navigationEvents.js"]
https_first_disabled = true
["browser_requestWillBeSent.js"]
https_first_disabled = true
["browser_responseReceived.js"]
https_first_disabled = true
["browser_setCacheDisabled.js"]
["browser_setCookie.js"]
["browser_setCookies.js"]
["browser_setUserAgentOverride.js"]
|