blob: c86d45f13d013bdeb005cff4a8057e71a3e33bb3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
var url = new URL(window.location.href);
url.hostname = url.search.substring(1);
url.pathname = "/security/resources/log-window-name.html";
url.search = "";
window.name = "test";
document.location = url.href;
</script>
</html>