blob: f622b5d016d9fa0b10b5313c8b7fe014fc093fd6 [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>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpChildFramesAsText();
}
window.onload = function() {
isSuccessfullyParsed();
}
</script>
</head>
<body>
<p id="description"></p>
<p>Most of the PASS messages appear in frames, presented by DumpRenderTree after the main window.</p>
<iframe sandbox="allow-scripts" src="resources/sandboxed-iframe-storage-disallowed.html">
</iframe>
<iframe src="resources/sandboxed-iframe-storage-allowed.html">
</iframe>
<div id="console"></div>
<script>
description("This test verifies that a sandboxed iframe does not have access to any session storage, local storage or database.");
var successfullyParsed = true;
</script>
</body>
</html>