mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1199910 - Only run test_context_menu.js if the build app is 'browser'. r=MattN
This commit is contained in:
parent
bc58abb98b
commit
b7245ff451
@ -17,6 +17,8 @@ skip-if = true || os != "android" # Bug 1171687: Needs fixing on Android
|
||||
# The following tests apply to any storage back-end.
|
||||
[test_context_menu.js]
|
||||
skip-if = os == "android" # The context menu isn't used on Android.
|
||||
# LoginManagerContextMenu is only included for MOZ_BUILD_APP == 'browser'.
|
||||
run-if = buildapp == "browser"
|
||||
[test_disabled_hosts.js]
|
||||
[test_getFormFields.js]
|
||||
[test_getPasswordFields.js]
|
||||
|
Loading…
Reference in New Issue
Block a user