21 lines
407 B
HTML
21 lines
407 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4350402
|
|
@summary Tests that mouse behavior on LW component
|
|
@compile ../../../regtesthelpers/Util.java
|
|
@run applet RobotLWTest.html
|
|
-->
|
|
<head>
|
|
<title> RobotLWTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>RobotLWTest<br>Bug ID: 4058400</h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="RobotLWTest.class" WIDTH=350 HEIGHT=100></APPLET>
|
|
</body>
|
|
</html>
|