jdk/test/java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.html
author ant
Wed, 26 Mar 2008 16:56:40 +0300
changeset 424 c090ad2f18f2
parent 423 1c607ab74068
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten Summary: Using test.java.awt.regtesthelpers.Util. Refactoring. Reviewed-by: volk
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
423
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
     1
<html>
424
c090ad2f18f2 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
ant
parents: 423
diff changeset
     2
<!--
c090ad2f18f2 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
ant
parents: 423
diff changeset
     3
  @test
423
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
     4
  @bug 4411534 4517274
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
     5
  @summary ensures that user's requestFocus() during applet initialization
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
     6
           is not ignored
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
     7
  @author  prs area=appletviewer
424
c090ad2f18f2 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
ant
parents: 423
diff changeset
     8
  @library ../../regtesthelpers
c090ad2f18f2 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
ant
parents: 423
diff changeset
     9
  @build   Util
c090ad2f18f2 6609607: test/closed/java/awt/Focus/AppletInitialFocusTest should be rewritten
ant
parents: 423
diff changeset
    10
  @run applet AppletInitialFocusTest1.html
423
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    11
  -->
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    12
<head>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    13
<title> AppletInitialFocusTest1 </title>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    14
</head>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    15
<body>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    16
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    17
<h1>AppletInitialFocusTest1<br>Bug ID: 4517274</h1>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    18
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    19
<p> See the dialog box (usually in upper left corner) for instructions</p>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    20
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    21
<APPLET CODE="AppletInitialFocusTest1.class" WIDTH=200 HEIGHT=200></APPLET>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    22
</body>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    23
</html>
1c607ab74068 6680135: A number of test/closed/java/awt/Focus/* tests should be opened
ant
parents:
diff changeset
    24