blob: 749e5a38516ad9c5f1aee04722050c0f137284d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[DEFAULT]
skip-if = ["buildapp != 'browser'"]
support-files = [
"head.js",
"browser_forgetThisSiteAdd.html",
"browser_forgetThisSiteGet.html",
"browserHelpers.js",
"bug839193.js",
"bug839193.xhtml",
"page_private_idb.html",
]
["browser_bug839193.js"]
skip-if = ["win11_2009 && bits == 32"] # Bug 1607975
["browser_forgetThisSite.js"]
skip-if = ["verify"]
["browser_private_idb.js"]
skip-if = [
"os == 'mac' && debug", # Bug 1456325
"os == 'win' && debug", # Bug 1456325
]
|