blob: 809b9314310fd62a446990aef37e96af3291752c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function onload() {
var link = document.querySelector('a');
link.click();
}
</script>
</head>
<body onload="onload();">
Frame that navigates itself to an origin other than https://localhost:8443.
<a href="http://localhost:8000/security/contentSecurityPolicy/resources/target-for-frame-that-navigates-itself.html">Automatically clicked link</a>.
</body>
</html>