mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
4440844edb
commit
9447b8a728
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user