16 lines
285 B
TOML
16 lines
285 B
TOML
[DEFAULT]
|
|
|
|
["browser_touchbar_searchrestrictions.js"]
|
|
https_first_disabled = true
|
|
skip-if = ["os != 'mac'"]
|
|
|
|
["browser_touchbar_tests.js"]
|
|
skip-if = [
|
|
"os != 'mac'", # Bug 1611300
|
|
"verify",
|
|
]
|
|
support-files = [
|
|
"readerModeArticle.html",
|
|
"test-video.mp4",
|
|
"video_test.html",
|
|
]
|