24 lines
512 B
HTML
24 lines
512 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6267983
|
|
@summary PIT: MouseClicked is triggered when the mouse is released outside the tray icon, Win32
|
|
@author dmitry.cherepanov@... area=awt.event
|
|
@library ../../../regtesthelpers
|
|
@build Util
|
|
@run applet MouseClickTest.html
|
|
-->
|
|
<head>
|
|
<title> </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>MouseClickTest<br>Bug ID: 6267983</h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="MouseClickTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|
|
|