diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/offline/445544_part2.html')
-rw-r--r-- | dom/tests/mochitest/ajax/offline/445544_part2.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/offline/445544_part2.html b/dom/tests/mochitest/ajax/offline/445544_part2.html new file mode 100644 index 000000000..74dec4a9a --- /dev/null +++ b/dom/tests/mochitest/ajax/offline/445544_part2.html @@ -0,0 +1,9 @@ +<html> +<head> +<title>testing navigation part 2</title> +</head> + +<body onload="window.opener.part2loaded()"> +success. +</body> +</html> |