summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/chrome/chrome.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/test/chrome/chrome.toml')
-rw-r--r--dom/canvas/test/chrome/chrome.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/canvas/test/chrome/chrome.toml b/dom/canvas/test/chrome/chrome.toml
new file mode 100644
index 0000000000..4083885e12
--- /dev/null
+++ b/dom/canvas/test/chrome/chrome.toml
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+["test_drawWindow_widget_layers.html"]
+skip-if = [
+ "os == 'android'",
+ "os == 'linux'", # Bug 1693807, Bug 1705410
+ "os == 'win' && ccov", # Bug 1705410
+ "os == 'win'", # Bug 1717900
+]
+support-files = [
+ "../file_drawWindow_source.html",
+ "../file_drawWindow_common.js",
+]
+
+["test_webgl_debug_renderer_info.html"]
+subsuite = "gpu"