зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1247962 - Get rid of CPOW in browser_webconsole_live_filtering_on_search_strings.js;r=linclark
MozReview-Commit-ID: EyBMJ3dqZSW
This commit is contained in:
Родитель
2f0e845aa8
Коммит
887548abab
|
@ -15,11 +15,11 @@ add_task(function*() {
|
|||
let hud = yield openConsole();
|
||||
hud.jsterm.clearOutput();
|
||||
|
||||
let console = content.console;
|
||||
|
||||
for (let i = 0; i < 50; i++) {
|
||||
console.log("http://www.example.com/ " + i);
|
||||
}
|
||||
ContentTask.spawn(gBrowser.selectedBrowser, {}, function*() {
|
||||
for (let i = 0; i < 50; i++) {
|
||||
content.console.log("http://www.example.com/ " + i);
|
||||
}
|
||||
});
|
||||
|
||||
yield waitForMessages({
|
||||
webconsole: hud,
|
||||
|
|
Загрузка…
Ссылка в новой задаче