RobotLWTest.html revision 8729:0242fce0f717
1204076Spjd<!--
2204076Spjd Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
3210886Spjd DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4204076Spjd
5204076Spjd This code is free software; you can redistribute it and/or modify it
6204076Spjd under the terms of the GNU General Public License version 2 only, as
7204076Spjd published by the Free Software Foundation.
8204076Spjd
9204076Spjd This code is distributed in the hope that it will be useful, but WITHOUT
10204076Spjd ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11204076Spjd FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12204076Spjd version 2 for more details (a copy is included in the LICENSE file that
13204076Spjd accompanied this code).
14204076Spjd
15204076Spjd You should have received a copy of the GNU General Public License version
16204076Spjd 2 along with this work; if not, write to the Free Software Foundation,
17204076Spjd Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18204076Spjd
19204076Spjd Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20204076Spjd or visit www.oracle.com if you need additional information or have any
21204076Spjd questions.
22204076Spjd-->
23204076Spjd
24204076Spjd<html>
25204076Spjd<!--
26204076Spjd  @test
27204076Spjd  @bug 4350402
28204076Spjd  @summary Tests that mouse behavior on LW component
29204076Spjd  @compile ../../../regtesthelpers/Util.java
30204076Spjd  @run applet RobotLWTest.html
31204076Spjd  -->
32204076Spjd<head>
33204076Spjd<title> RobotLWTest </title>
34204076Spjd</head>
35204076Spjd<body>
36204076Spjd
37204076Spjd<h1>RobotLWTest<br>Bug ID: 4058400</h1>
38204076Spjd
39204076Spjd<p> This is an AUTOMATIC test, simply wait for completion </p>
40204076Spjd
41204076Spjd<APPLET CODE="RobotLWTest.class" WIDTH=350 HEIGHT=100></APPLET>
42204076Spjd</body>
43204076Spjd</html>
44204076Spjd