summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/browser_test__content.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/browser/browser_test__content.js')
-rw-r--r--dom/tests/browser/browser_test__content.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/tests/browser/browser_test__content.js b/dom/tests/browser/browser_test__content.js
new file mode 100644
index 000000000..b06233527
--- /dev/null
+++ b/dom/tests/browser/browser_test__content.js
@@ -0,0 +1,4 @@
+function test() {
+ is(window._content, window.content,
+ "_content needs to work, since extensions use it");
+}