diff options
Diffstat (limited to 'layout/xul/test/browser.toml')
-rw-r--r-- | layout/xul/test/browser.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/xul/test/browser.toml b/layout/xul/test/browser.toml new file mode 100644 index 0000000000..46c0103b58 --- /dev/null +++ b/layout/xul/test/browser.toml @@ -0,0 +1,17 @@ +[DEFAULT] + +["browser_bug685470.js"] + +["browser_bug703210.js"] +skip-if = ["true"] # Bugs 1382428, 1567736, 1565339 + +["browser_bug706743.js"] +skip-if = ["true"] # Bug 1157576 + +["browser_bug1163304.js"] +run-if = [ + "os == 'linux'", + "os == 'win'", +] # Due to testing menubar behavior with keyboard + +["browser_bug1754298.js"] |