26 lines
594 B
HTML
26 lines
594 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 5079469
|
|
@summary DnD of File-List across JVM adds two empty items to the list
|
|
@author : area=dnd
|
|
@library ../../regtesthelpers
|
|
@library ../../regtesthelpers/process
|
|
@build Util
|
|
@build ProcessResults ProcessCommunicator
|
|
@run applet/othervm FileListBetweenJVMsTest.html
|
|
|
|
-->
|
|
<head>
|
|
<title> DnD of File-List across JVM </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>FileListBetweenJVMsTest<br>Bug ID: 5079469</h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="FileListBetweenJVMsTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|