blob: 48c40f59274952702fdf2618c003d928f4cfa86c [file] [log] [blame]
<html>
<head>
<title>Must show alert to pass!</title>
<script type="text/javascript" language="JavaScript">
function openTestWin(){
wintest = window.open("show_alert_2.html","wintest",
"width=864,height=600");
wintest.focus();
}
</script>
</head>
<body onClick="openTestWin();">
<h1>Must show alert to pass!</h1>
</body>
</html>