diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/offline/fallbackTop.html')
-rw-r--r-- | dom/tests/mochitest/ajax/offline/fallbackTop.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/offline/fallbackTop.html b/dom/tests/mochitest/ajax/offline/fallbackTop.html new file mode 100644 index 000000000..5de4316c0 --- /dev/null +++ b/dom/tests/mochitest/ajax/offline/fallbackTop.html @@ -0,0 +1,8 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Fallback for top window</title> +</head> + +<body onLoad="window.opener.onFallbackLoad(100);"> +</body> +</html> |