23 lines
464 B
HTML
23 lines
464 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4955110
|
|
@summary tests that a drag ends on button2 release
|
|
@author Alexander.Gerasimov area=dnd
|
|
@library ../../regtesthelpers
|
|
@build Util
|
|
@run applet/othervm Button2DragTest.html
|
|
-->
|
|
<head>
|
|
<title> </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Button2DragTest<br>Bug ID: 4955110</h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="Button2DragTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|