summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/offline/460353_iframe_nomanifest.html
blob: 75b297bbd2bd0c6e172b45f26066c5aa5cf031a0 (plain)
1
2
3
4
5
6
7
8
9
<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>