mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979612 - Fix testPictureLinkContextMenu on Android 2.3; r=margaret
This commit is contained in:
parent
c291cdf85b
commit
ce2a83dd52
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user