comparison: testing/mochitest/tests/browser/browser_fail_fp.js
testing/mochitest/tests/browser/browser_fail_fp.js
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 ok(false, "first fail ok"); |
|
3 ok(true, "then pass ok"); |
|
4 } |