зеркало из https://github.com/mozilla/gecko-dev.git
Bug 499435 - mochitest-browser-chrome: browser_420786.js needs to report "success"; (Av1) Add a |todo(false, "...");|.
r=gavin.sharp.
This commit is contained in:
Родитель
997849d1bf
Коммит
991186070c
|
@ -69,10 +69,10 @@ function onPageLoad() {
|
|||
function test() {
|
||||
var osString = Cc["@mozilla.org/xre/app-info;1"].
|
||||
getService(Ci.nsIXULRuntime).OS;
|
||||
|
||||
// This test is Linux specific for now
|
||||
if (osString != "Linux")
|
||||
if (osString != "Linux") {
|
||||
todo(false, "This test is Linux specific for now.");
|
||||
return;
|
||||
}
|
||||
|
||||
gBrowser.selectedTab = gBrowser.addTab();
|
||||
gBrowser.selectedBrowser.addEventListener("load", onPageLoad, true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче