diff options
Diffstat (limited to '')
-rw-r--r-- | docshell/test/mochitest/file_bug660404 | 5 | ||||
-rw-r--r-- | docshell/test/mochitest/file_bug660404-1.html | 1 | ||||
-rw-r--r-- | docshell/test/mochitest/file_bug660404^headers^ | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docshell/test/mochitest/file_bug660404 b/docshell/test/mochitest/file_bug660404 new file mode 100644 index 0000000000..0737a5c4d3 --- /dev/null +++ b/docshell/test/mochitest/file_bug660404 @@ -0,0 +1,5 @@ +--testingtesting +Content-Type: text/html + +<script>opener.finishTest();</script> +--testingtesting-- diff --git a/docshell/test/mochitest/file_bug660404-1.html b/docshell/test/mochitest/file_bug660404-1.html new file mode 100644 index 0000000000..34e4d66c27 --- /dev/null +++ b/docshell/test/mochitest/file_bug660404-1.html @@ -0,0 +1 @@ +<script>window.onload = function() { opener.continueTest(); };</script> diff --git a/docshell/test/mochitest/file_bug660404^headers^ b/docshell/test/mochitest/file_bug660404^headers^ new file mode 100644 index 0000000000..5c821f3f48 --- /dev/null +++ b/docshell/test/mochitest/file_bug660404^headers^ @@ -0,0 +1 @@ +Content-Type: multipart/x-mixed-replace; boundary="testingtesting" |