haikuwebkit/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-al...

17 lines
284 B
HTML

<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>