summaryrefslogtreecommitdiffstats
path: root/image/test/browser/browser.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /image/test/browser/browser.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'image/test/browser/browser.toml')
-rw-r--r--image/test/browser/browser.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/image/test/browser/browser.toml b/image/test/browser/browser.toml
new file mode 100644
index 0000000000..f264e1f6ab
--- /dev/null
+++ b/image/test/browser/browser.toml
@@ -0,0 +1,27 @@
+[DEFAULT]
+support-files = [
+ "animated.gif",
+ "animated2.gif",
+ "big.png",
+ "head.js",
+ "image.html",
+ "imageX2.html",
+ "browser_docshell_type_editor/**"
+]
+
+["browser_bug666317.js"]
+skip-if = ["true"] # Bug 1207012 - Permaorange from an uncaught exception that isn't actually turning the suite orange until it hits beta, Bug 948194 - Decoded Images seem to not be discarded on memory-pressure notification
+
+["browser_bug1869938.js"]
+support-files = ["helper1869938.html"]
+
+["browser_docshell_type_editor.js"]
+
+["browser_image.js"]
+skip-if = ["true"] # Bug 987616
+
+["browser_mozicon_file.js"]
+
+["browser_offscreen_image_in_out_of_process_iframe.js"]
+https_first_disabled = true
+support-files = ["empty.html"]