blob: 19a14e9d98632ba45b8a9dd29d7ba53cea3a1e1a [file] [log] [blame]
<html>
<head>
<script>
function closeWindow()
{
if (window.testRunner) {
testRunner.notifyDone();
}
opener.log("Modal dialog closing.");
if (window.testRunner) {
testRunner.abortModal();
}
close();
}
</script>
</head>
<body onload="closeWindow()">
This is a modal dialog.
</body>
</html>