gecko/dom/tests/mochitest/ajax/offline/460353_iframe_nomanifest.html

10 lines
256 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bug 460353, iframe with no manifest reference</title>
</head>
<body onload="parent.frameOnLoad('noman', applicationCache.status);">
This is an iframe without a manifest reference
</body>
</html>