Bug 1199910 - Only run test_context_menu.js if the build app is 'browser'. r=MattN

This commit is contained in:
aleth 2015-09-01 12:42:07 +02:00
parent bc58abb98b
commit b7245ff451

View File

@ -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]