mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 1177324 - Fix dead CPOW intermittent in browser_webconsole_live_filtering_of_message_types.js . r=bgrins
MozReview-Commit-ID: 69Nf9VwHoUq --HG-- extra : transplant_source : %02%3F%21%90%E7%5D%24%8B%B5c%17%29%A3%F87%91%1Bn%22%C3
This commit is contained in:
parent
e0c9a7bf97
commit
de056ba5d3
@ -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("foobarz #" + i);
|
||||
}
|
||||
ContentTask.spawn(gBrowser.selectedBrowser, {}, function* () {
|
||||
for (let i = 0; i < 50; i++) {
|
||||
content.console.log("foobarz #" + i);
|
||||
}
|
||||
});
|
||||
|
||||
yield waitForMessages({
|
||||
webconsole: hud,
|
||||
|
Loading…
Reference in New Issue
Block a user