summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/browser/browser_fail_pf.js
blob: 88ed1d949b62b9c45585fbd558888401bfa248f8 (plain)
1
2
3
4
function test() {
  ok(true, "first pass ok");
  ok(false, "then fail ok");
}