AppletInitialFocusTest1.html revision 200
200N/A<html>
200N/A<!--
200N/A test
200N/A @bug 4411534 4517274
200N/A @summary ensures that user's requestFocus() during applet initialization
200N/A is not ignored
200N/A @author prs area=appletviewer
200N/A @run shell AppletInitialFocusTest1.sh
200N/A -->
200N/A<head>
200N/A<title> AppletInitialFocusTest1 </title>
200N/A</head>
200N/A<body>
200N/A
200N/A<h1>AppletInitialFocusTest1<br>Bug ID: 4517274</h1>
200N/A
200N/A<p> See the dialog box (usually in upper left corner) for instructions</p>
200N/A
200N/A<APPLET CODE="AppletInitialFocusTest1.class" WIDTH=200 HEIGHT=200></APPLET>
200N/A</body>
200N/A</html>
200N/A