<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.setNeedsStorageAccessFromFileURLsQuirk(true); | |
testRunner.setAllowUniversalAccessFromFileURLs(false); | |
testRunner.dumpAsText(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe src="resources/unblocked-example.html"></iframe> | |
<div id="results"></div> | |
Test that we can access localStorage from a file URL even if universal access is turned off. | |
</body> | |
</html> |