summaryrefslogtreecommitdiffstats
path: root/accessible/tests/browser/fission/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/tests/browser/fission/browser.toml')
-rw-r--r--accessible/tests/browser/fission/browser.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/accessible/tests/browser/fission/browser.toml b/accessible/tests/browser/fission/browser.toml
new file mode 100644
index 0000000000..0332573db9
--- /dev/null
+++ b/accessible/tests/browser/fission/browser.toml
@@ -0,0 +1,24 @@
+[DEFAULT]
+subsuite = "a11y"
+support-files = [
+ "head.js",
+ "!/accessible/tests/browser/shared-head.js",
+ "!/accessible/tests/browser/*.jsm",
+ "!/accessible/tests/mochitest/*.js",
+]
+prefs = ["javascript.options.asyncstack_capture_debuggee_only=false"]
+
+["browser_content_tree.js"]
+
+["browser_hidden_iframe.js"]
+https_first_disabled = true
+
+["browser_nested_iframe.js"]
+
+["browser_reframe_root.js"]
+
+["browser_reframe_visibility.js"]
+
+["browser_src_change.js"]
+
+["browser_take_focus.js"]