blob: bc8bd0d40a3521c4abb18617555eabe766eb3e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[DEFAULT]
skip-if = ["os == 'android'"] # bug 1730213
support-files = [
"../../../../../toolkit/components/extensions/test/mochitest/test_ext_all_apis.js",
"../../../../../toolkit/components/extensions/test/mochitest/file_sample.html",
]
tags = "webextensions"
prefs = ["javascript.options.asyncstack_capture_debuggee_only=false"]
["test_ext_all_apis.html"]
skip-if = [
"http3",
"http2",
]
|