diff options
Diffstat (limited to 'remote/cdp/test/browser/emulation/browser.toml')
-rw-r--r-- | remote/cdp/test/browser/emulation/browser.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/remote/cdp/test/browser/emulation/browser.toml b/remote/cdp/test/browser/emulation/browser.toml new file mode 100644 index 0000000000..e5051abace --- /dev/null +++ b/remote/cdp/test/browser/emulation/browser.toml @@ -0,0 +1,25 @@ +[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_setDeviceMetricsOverride.js"] + +["browser_setTouchEmulationEnabled.js"] + +["browser_setUserAgentOverride.js"] |