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