24 lines
516 B
HTML
24 lines
516 B
HTML
|
<html>
|
||
|
<!--
|
||
|
@test
|
||
|
@bug 4664415
|
||
|
@summary Test that double clicking the titlebar does not send RELEASE/CLICKED
|
||
|
@library ../../regtesthelpers
|
||
|
@build Util
|
||
|
@author bchristi: area=Mouse
|
||
|
@run applet TitleBarDoubleClick.html
|
||
|
-->
|
||
|
<head>
|
||
|
<title> </title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>TitleBarDoubleClick<br>Bug ID: 9999999 XXX_CHANGE_THIS </h1>
|
||
|
|
||
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
||
|
|
||
|
<APPLET CODE="TitleBarDoubleClick.class" WIDTH=200 HEIGHT=200></APPLET>
|
||
|
</body>
|
||
|
</html>
|
||
|
|