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>
|