mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1271184 - Fix dead CPOW intermittent in browser_webconsole_bug_613642_prune_scroll.js . r=bgrins
MozReview-Commit-ID: F3OSrcDYEbO --HG-- extra : rebase_source : 579b33c6a7a034aa45803b52eee0d1e3eda29e4f
This commit is contained in:
parent
5ab0872067
commit
48bc9fb95f
@ -22,9 +22,11 @@ add_task(function* () {
|
||||
Services.prefs.setIntPref("devtools.hud.loglimit.console", 140);
|
||||
let scrollBoxElement = hud.ui.outputWrapper;
|
||||
|
||||
for (let i = 0; i < 150; i++) {
|
||||
content.console.log("test message " + i);
|
||||
}
|
||||
ContentTask.spawn(gBrowser.selectedBrowser, {}, function* () {
|
||||
for (let i = 0; i < 150; i++) {
|
||||
content.console.log("test message " + i);
|
||||
}
|
||||
});
|
||||
|
||||
yield waitForMessages({
|
||||
webconsole: hud,
|
||||
|
Loading…
Reference in New Issue
Block a user