14 lines
318 B
TOML
14 lines
318 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
support-files = [
|
|
"page_blank.html",
|
|
"frameQuota.html",
|
|
"interOriginFrame.js",
|
|
]
|
|
|
|
["test_localStorageBasePrivateBrowsing_perwindowpb.html"]
|
|
skip-if = ["true"] # bug 1156725
|
|
|
|
["test_localStorageFromChrome.xhtml"]
|
|
|
|
["test_localStorageQuotaPrivateBrowsing_perwindowpb.html"]
|