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