blob: 2f323aceb16d9bf572a832a1c14e87d5131cfd38 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dialog Content, Step 1</title>
</head>
<body>
<script>
console.log("document.location.origin before setting location to a relative path: " + document.location.origin);
document.location = "/security/resources/cross-origin-modal-dialog-base-2.html";
</script>
This is a modal dialog.
</body>
</html>