mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable the test for bug 517396 on Linux.
--HG-- extra : rebase_source : 5a5c6785a62af9027e7eb408ecc200b1b13dfc4e
This commit is contained in:
parent
dd5f06ec02
commit
ce61c6dd93
@ -29,6 +29,13 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=517396
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
SimpleTest.waitForFocus(function () {
|
||||
// this test fails on Linux, bug 526236
|
||||
if (navigator.platform.indexOf("Lin") != -1) {
|
||||
ok(true, "disabled on Linux");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"].
|
||||
getService(Components.interfaces.nsIWindowMediator);
|
||||
var win = wm.getMostRecentWindow("navigator:browser");
|
||||
|
Loading…
Reference in New Issue
Block a user