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