diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_bug795275.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/file_bug795275.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/file_bug795275.html b/js/xpconnect/tests/mochitest/file_bug795275.html new file mode 100644 index 0000000000..c3886b8ba8 --- /dev/null +++ b/js/xpconnect/tests/mochitest/file_bug795275.html @@ -0,0 +1,14 @@ +<html> +<head> +<script type="application/javascript"> + function touchComponents() { + Components; + } + function touchInterfaces() { + Components.interfaces; + } +</script> +</head> +<body> +</body> +</html> |