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