jdk/test/java/awt/Window/FindOwner/FindOwnerTest.html
author goetz
Tue, 14 Jun 2016 10:44:59 +0200
changeset 39056 d99e63b6d962
parent 36883 0256b6d86efb
child 39856 96d7761b869a
permissions -rw-r--r--
8159690: [TESTBUG] Mark headful tests with @key headful. Reviewed-by: simonis, alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36883
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     1
<!--
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     2
 Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     3
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     4
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     5
 This code is free software; you can redistribute it and/or modify it
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     6
 under the terms of the GNU General Public License version 2 only, as
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     7
 published by the Free Software Foundation.
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     8
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
     9
 This code is distributed in the hope that it will be useful, but WITHOUT
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    10
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    11
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    12
 version 2 for more details (a copy is included in the LICENSE file that
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    13
 accompanied this code).
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    14
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    15
 You should have received a copy of the GNU General Public License version
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    16
 2 along with this work; if not, write to the Free Software Foundation,
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    17
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    18
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    19
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    20
 or visit www.oracle.com if you need additional information or have any
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    21
 questions.
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    22
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    23
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    24
  @test
39056
d99e63b6d962 8159690: [TESTBUG] Mark headful tests with @key headful.
goetz
parents: 36883
diff changeset
    25
  @key headful
36883
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    26
  @bug 8139227
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    27
  @summary Text fields in JPopupMenu structure do not receive focus in hosted
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    28
           Applets
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    29
  @author Semyon Sadetsky
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    30
  @run applet FindOwnerTest.html
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    31
-->
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    32
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    33
<html>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    34
<head>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    35
    <title>Testing Menus</title>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    36
</head>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    37
<body>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    38
<applet id="ownerTester"
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    39
        name="Testing Owner"
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    40
        code="FindOwnerTest.class"
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    41
        width="250" height="150">
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    42
</applet>
0256b6d86efb 8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
ssadetsky
parents:
diff changeset
    43
</body>
39056
d99e63b6d962 8159690: [TESTBUG] Mark headful tests with @key headful.
goetz
parents: 36883
diff changeset
    44
</html>