blob: feb8fbd8cd7c124088ff158e9d563b94a1250f78 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
window.localStorage; // Creates local storage
window.close();
if (window.localStorage)
localStorage["test"] = "DidSetValueAfterCallingWindowClose";
window.opener.checkResultAndNotifyDone();
</script>
</head>
</html>