localForage/test/test.iframe.html
Matthew Riley MacPherson 8d64cc2e02 Add iframe test for #78
2014-04-22 13:56:57 -04:00

13 lines
246 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>iFrame Test</title>
</head>
<body>
<div class="status"></div>
<iframe name="iframe" src="http://0.0.0.0:8182/test/test.iframesub.html"></iframe>
</body>
</html>