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