1 2 3 4 5 6 7 8 9
setExpectedFailuresForSelfTest(1); function test() { waitForExplicitFinish(); executeSoon(() => { ok(false, "fail"); finish(); }); }