blob: 967b84c7a7548a1741baeab334ef0fb0ff5e473c [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../../js/resources/js-test-style.css">
<script src="../../js/resources/js-test-pre.js"></script>
<script src="../../js/resources/js-test-post-function.js"></script>
<script>
window.onload = function() {
shouldBeTrue("window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) == null");
shouldBeTrue("window.localStorage == null");
shouldBeTrue("window.sessionStorage == null");
}
</script>
</head>
<body>
<div id="console"></div>
</body>
</html>