1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/testing/mochitest/tests/browser/browser_fail_fp.js
T

5 lines
78 B
JavaScript

function test() {
ok(false, "first fail ok");
ok(true, "then pass ok");
}