Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: asan
- Manifest: devtools/client/webconsole/test/browser/_webconsole.toml
/* 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");
});