23 lines
537 B
HTML
23 lines
537 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6497109
|
|
@summary TextArea must have selection expanding, and also be autoscrolled, if mouse is dragged from inside.
|
|
@author Konstantin Voloshin: area=TextArea
|
|
@library ../../regtesthelpers
|
|
@build Util
|
|
@run applet SelectionAutoscrollTest.html
|
|
-->
|
|
<head>
|
|
<title> </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>SelectionAutoscrollTest<br>Bug ID: 6497109</h1>
|
|
|
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
|
|
<APPLET CODE="SelectionAutoscrollTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|