summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/chrome/file_bug996069.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/tests/chrome/file_bug996069.html')
-rw-r--r--js/xpconnect/tests/chrome/file_bug996069.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/xpconnect/tests/chrome/file_bug996069.html b/js/xpconnect/tests/chrome/file_bug996069.html
new file mode 100644
index 0000000000..e4bed07806
--- /dev/null
+++ b/js/xpconnect/tests/chrome/file_bug996069.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head></head>
+<body>
+ <script>
+ if (window.opener && window.opener.finishTest) {
+ window.opener.finishTest();
+ }
+ </script>
+</body>
+</html>