diff options
Diffstat (limited to 'testing/mochitest/tests/python/files/browser_pass.js')
-rw-r--r-- | testing/mochitest/tests/python/files/browser_pass.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mochitest/tests/python/files/browser_pass.js b/testing/mochitest/tests/python/files/browser_pass.js new file mode 100644 index 0000000000..5e5c567f13 --- /dev/null +++ b/testing/mochitest/tests/python/files/browser_pass.js @@ -0,0 +1,3 @@ +function test() { + ok(true, "Test is OK"); +}
\ No newline at end of file |