summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/browser/browser_fail_if.js
blob: dad56e7dac74d0a89010f228820e3356bf836e1e (plain)
1
2
3
4
// We expect this test to fail because it is marked as fail-if in the manifest.
function test() {
  ok(false, "fail ok");
}