From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- toolkit/components/windowcreator/test/mochitest.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 toolkit/components/windowcreator/test/mochitest.toml (limited to 'toolkit/components/windowcreator/test/mochitest.toml') 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'"] -- cgit v1.2.3