blob: a5cf6365c12c5e9d2dcaf60f2580b7d663235f06 [file] [log] [blame]
<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>