blob: e772f534a4628646a5ace66dc4592dbd8a782084 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.setNeedsStorageAccessFromFileURLsQuirk(false);
testRunner.setAllowUniversalAccessFromFileURLs(false);
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<iframe src="resources/blocked-example.html"></iframe>
<div id="results"></div>
Test that we cannot access localStorage from a file URL if unversal access is turned off.
</body>
</html>