Bug 979612 - Fix testPictureLinkContextMenu on Android 2.3; r=margaret

This commit is contained in:
Geoff Brown 2014-03-12 09:42:00 -06:00
parent c291cdf85b
commit ce2a83dd52
2 changed files with 2 additions and 4 deletions

View File

@ -70,8 +70,6 @@ skip-if = processor == "x86"
[testPasswordProvider]
# [testPermissions] # see bug 757475
[testPictureLinkContextMenu]
# disabled on Android 2.3; bug 979612
skip-if = android_version == "10"
[testPrefsObserver]
[testPrivateBrowsing]
[testPromptGridInput]

View File

@ -20,8 +20,8 @@ public class testPictureLinkContextMenu extends ContentContextMenuTest {
PICTURE_PAGE_URL=getAbsoluteUrl("/robocop/robocop_picture_link.html");
BLANK_PAGE_URL=getAbsoluteUrl("/robocop/robocop_blank_02.html");
inputAndLoadUrl(PICTURE_PAGE_URL);
waitForText(PICTURE_PAGE_TITLE);
loadAndPaint(PICTURE_PAGE_URL);
verifyPageTitle(PICTURE_PAGE_TITLE);
verifyContextMenuItems(photoMenuItems);
verifyCopyOption(photoMenuItems[0], "Firefox.jpg"); // Test the "Copy Image Location" option