summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/python/files/browser_leak.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mochitest/tests/python/files/browser_leak.js')
-rw-r--r--testing/mochitest/tests/python/files/browser_leak.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/mochitest/tests/python/files/browser_leak.js b/testing/mochitest/tests/python/files/browser_leak.js
new file mode 100644
index 0000000000..ded8dd8b56
--- /dev/null
+++ b/testing/mochitest/tests/python/files/browser_leak.js
@@ -0,0 +1,4 @@
+function test() {
+ SpecialPowers.Cu.intentionallyLeak();
+ ok(true, "Test is ok");
+}