blob: 33bea0c3c5fa1dcb1889029bd5b9495a800e7043 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dialog Content, Step 2</title>
<script>
function closeWindow()
{
if (window.testRunner) {
testRunner.abortModal();
}
close();
}
</script>
</head>
<body onload="closeWindow()">
<script>
console.log("document.location.origin after setting location to a relative path: " + document.location.origin);
</script>
This is a modal dialog.
</body>
</html>