Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
/* Any copyright is dedicated to the Public Domain.
"use strict";
const TEST_URI =
add_task(async function () {
const hud = await openNewTabAndConsole(TEST_URI);
await waitFor(
500
);
await waitFor(
500
);
ok(true, "WebSocket error messages are displayed in the console");
});