74ae1c6b65
Some AWT reg. tests are moved to open repository (for CRs 6444769, 6480547, and 6560348) Reviewed-by: ant
21 lines
468 B
HTML
21 lines
468 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4118621
|
|
@summary tests that selected text isn't scrolled if there is enough room.
|
|
@author prs: area=TextField
|
|
@run applet/manual=yesno ScrollSelectionTest.html
|
|
-->
|
|
<head>
|
|
<title> ScrollSelectionTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>ScrollSelectionTest<br>4118621: </h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="ScrollSelectionTest.class" WIDTH=300 HEIGHT=300></APPLET>
|
|
</body>
|
|
</html>
|