KeyEventsTest.html revision 14851:980da45565c8
1151497Sru<!--
2151497Sru Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
3151497Sru DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4151497Sru
5151497Sru This code is free software; you can redistribute it and/or modify it
6151497Sru under the terms of the GNU General Public License version 2 only, as
7151497Sru published by the Free Software Foundation.
8151497Sru
9 This code is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 version 2 for more details (a copy is included in the LICENSE file that
13 accompanied this code).
14
15 You should have received a copy of the GNU General Public License version
16 2 along with this work; if not, write to the Free Software Foundation,
17 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18
19 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 or visit www.oracle.com if you need additional information or have any
21 questions.
22-->
23
24<html>
25<!--  
26  @test
27  @key headful
28  @bug 6190768 6190778
29  @summary Tests that triggering events on AWT list by pressing CTRL + HOME, CTRL + END, PG-UP, PG-DOWN similar Motif behavior
30  @author Dmitry.Cherepanov@SUN.COM area=awt.list
31  @library ../../../../lib/testlibrary
32  @build jdk.testlibrary.OSInfo
33  @run applet KeyEventsTest.html
34  -->
35<head>
36<title>  </title>
37</head>
38<body>
39
40<h1>KeyEventsTest<br>Bug ID: 6190768 6190778 </h1>
41
42<p> This is an AUTOMATIC test, simply wait for completion </p>
43
44<APPLET CODE="KeyEventsTest.class" WIDTH=200 HEIGHT=200></APPLET>
45</body>
46</html>
47
48