mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Bug 433238 - Skip test_context_menu.js on Android. r=bustage a=merge
CLOSED TREE --HG-- extra : source : 17a83ec9321b01a7446f2f6bb3566c2f7c70029c
This commit is contained in:
parent
a419cea79c
commit
12e78e2b53
@ -81,7 +81,7 @@ function createLoginsFragment(url, content, elementQuery) {
|
||||
return {
|
||||
document,
|
||||
fragment: LoginManagerContextMenu.addLoginsToMenu(inputElement, browser, URI),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
@ -162,4 +162,4 @@ function loginList() {
|
||||
"", "password2",
|
||||
"form_field_username", "form_field_password"),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@ -16,6 +16,7 @@ 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.
|
||||
[test_disabled_hosts.js]
|
||||
[test_getFormFields.js]
|
||||
[test_getPasswordFields.js]
|
||||
|
Loading…
Reference in New Issue
Block a user