blob: f0399687843566bd2bb1e3875e0df081a78e0d76 (
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
|
[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
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]
|