jdk/test/java/awt/List/FirstItemRemoveTest/FirstItemRemoveTest.html
author goetz
Tue, 14 Jun 2016 10:44:59 +0200
changeset 39056 d99e63b6d962
parent 26750 d0d6c64a2e2b
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:
21249
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     1
<html>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     2
<!--
39056
d99e63b6d962 8159690: [TESTBUG] Mark headful tests with @key headful.
goetz
parents: 26750
diff changeset
     3
  Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
21249
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     4
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     5
 
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     6
  This code is free software; you can redistribute it and/or modify it
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     7
  under the terms of the GNU General Public License version 2 only, as
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     8
  published by the Free Software Foundation.
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
     9
 
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    10
  This code is distributed in the hope that it will be useful, but WITHOUT
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    11
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    12
  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    13
  version 2 for more details (a copy is included in the LICENSE file that
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    14
  accompanied this code).
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    15
 
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    16
  You should have received a copy of the GNU General Public License version
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    17
  2 along with this work; if not, write to the Free Software Foundation,
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    18
  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    19
 
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    20
  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    21
  or visit www.oracle.com if you need additional information or have any
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    22
  questions.
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    23
 -->
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    24
<!--  
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    25
  @test
39056
d99e63b6d962 8159690: [TESTBUG] Mark headful tests with @key headful.
goetz
parents: 26750
diff changeset
    26
  @key headful
21249
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    27
  @bug 6299858
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    28
  @summary PIT. Focused border not shown on List if selected item is removed, XToolkit
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    29
  @author Dmitry.Cherepanov@SUN.COM area=awt.list
26750
d0d6c64a2e2b 8058726: Update regtests using sun.awt.OSInfo, part 1
yan
parents: 21249
diff changeset
    30
  @library ../../../../lib/testlibrary
d0d6c64a2e2b 8058726: Update regtests using sun.awt.OSInfo, part 1
yan
parents: 21249
diff changeset
    31
  @build jdk.testlibrary.OSInfo
21249
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    32
  @run applet FirstItemRemoveTest.html
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    33
  -->
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    34
<head>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    35
<title>  </title>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    36
</head>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    37
<body>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    38
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    39
<h1>FirstItemRemoveTest<br>Bug ID: 6299858 </h1>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    40
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    41
<p> This is an AUTOMATIC test, simply wait for completion </p>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    42
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    43
<APPLET CODE="FirstItemRemoveTest.class" WIDTH=200 HEIGHT=200></APPLET>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    44
</body>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    45
</html>
39f3a094e3ef 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
kshefov
parents:
diff changeset
    46