34 lines
646 B
TOML
34 lines
646 B
TOML
[DEFAULT]
|
|
tags = "devtools"
|
|
subsuite = "devtools"
|
|
support-files = [
|
|
"!/devtools/client/shared/test/shared-head.js",
|
|
"target_configuration_test_doc.sjs",
|
|
"head.js",
|
|
]
|
|
|
|
["browser_target_configuration_command.js"]
|
|
|
|
["browser_target_configuration_command_color_scheme.js"]
|
|
skip-if = [
|
|
"http3", # Bug 1829298
|
|
"http2",
|
|
]
|
|
|
|
["browser_target_configuration_command_custom_user_agent.js"]
|
|
skip-if = [
|
|
"http3", # Bug 1829298
|
|
"http2",
|
|
]
|
|
|
|
["browser_target_configuration_command_dppx.js"]
|
|
skip-if = [
|
|
"http3", # Bug 1829298
|
|
"http2",
|
|
]
|
|
|
|
["browser_target_configuration_command_touch_events.js"]
|
|
skip-if = [
|
|
"http3", # Bug 1829298
|
|
"http2",
|
|
]
|