зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1300182: remove setTimeout to prevent intermittent failure. r=smaug
This commit is contained in:
Родитель
8fceb4880e
Коммит
2157c494b7
|
@ -12,11 +12,6 @@
|
||||||
|
|
||||||
window.parent.postMessage("OK", "http://mochi.test:8888");
|
window.parent.postMessage("OK", "http://mochi.test:8888");
|
||||||
};
|
};
|
||||||
|
|
||||||
setTimeout(function() {
|
|
||||||
window.parent.postMessage("KO", "http://mochi.test:8888");
|
|
||||||
}, 1000);
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче