mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 766546 - Add debug print before intermittent failure line.
This commit is contained in:
parent
a5f91ad10e
commit
9f7a23fefe
@ -379,6 +379,7 @@ function()
|
||||
|
||||
isnot(gBrowser.selectedTab.linkedBrowser, browser,
|
||||
"This tab should have been loaded in background");
|
||||
Services.console.logStringMessage("About to click #s on URI: " + browser.contentDocument.location.href);
|
||||
browser.contentDocument.getElementById('s').click();
|
||||
}, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user