<html><!-- webkit-test-runner [ NeedsStorageAccessFromFileURLsQuirk=false AllowUniversalAccessFromFileURLs=false ] --> | |
<head> | |
<script> | |
if (window.testRunner) { | |
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> |