blob: 3786efa97b0800e3ff27328bcae98028e88660c7 [file] [log] [blame]
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
<script>
window.onload = function() {
shouldBeTrue("window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null");
shouldBeTrue("window.localStorage != null");
shouldBeTrue("window.sessionStorage != null");
}
</script>
</head>
<body>
<div id="console"></div>
</body>
</html>