summaryrefslogtreecommitdiffstats
path: root/toolkit/components/windowcreator/test/mochitest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/windowcreator/test/mochitest.toml')
-rw-r--r--toolkit/components/windowcreator/test/mochitest.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolkit/components/windowcreator/test/mochitest.toml b/toolkit/components/windowcreator/test/mochitest.toml
new file mode 100644
index 0000000000..9133e90ad7
--- /dev/null
+++ b/toolkit/components/windowcreator/test/mochitest.toml
@@ -0,0 +1,12 @@
+[DEFAULT]
+
+["test_private_window_from_content.html"]
+
+["test_window_open_position_constraint.html"]
+skip-if = [
+ "os == 'android'",
+ "display == 'wayland' && os_version == '22.04'", # Bug 1857074
+]
+
+["test_window_open_units.html"]
+skip-if = ["os == 'android'"]