diff options
Diffstat (limited to 'js/xpconnect/tests/mochitest/file_bug505915.html')
-rw-r--r-- | js/xpconnect/tests/mochitest/file_bug505915.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/xpconnect/tests/mochitest/file_bug505915.html b/js/xpconnect/tests/mochitest/file_bug505915.html new file mode 100644 index 0000000000..5129126914 --- /dev/null +++ b/js/xpconnect/tests/mochitest/file_bug505915.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<!-- +Inner frame for testing bug 505915. +https://bugzilla.mozilla.org/show_bug.cgi?id=505915 +--> +<head> +<body onload="parent.postMessage('', '*');"> +</body> +</html> |