diff options
Diffstat (limited to 'testing/mochitest/tests/python/files/browser_fail.js')
-rw-r--r-- | testing/mochitest/tests/python/files/browser_fail.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mochitest/tests/python/files/browser_fail.js b/testing/mochitest/tests/python/files/browser_fail.js new file mode 100644 index 0000000000..abcb6dae60 --- /dev/null +++ b/testing/mochitest/tests/python/files/browser_fail.js @@ -0,0 +1,3 @@ +function test() { + ok(false, "Test is ok"); +} |