Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: verify
- Manifest: testing/mochitest/tests/browser/browser.toml
setExpectedFailuresForSelfTest(1);
function test() {
waitForExplicitFinish();
executeSoon(() => {
ok(false, "fail");
finish();
});
}