jdk-24/jdk/test/java/awt/TextField/ScrollSelectionTest/ScrollSelectionTest.html
Konstantin Voloshin 74ae1c6b65 6686273: Some AWT reg. tests should be moved to open repository (for CRs 6444769, 6480547, and 6560348)
Some AWT reg. tests are moved to open repository (for CRs 6444769, 6480547, and 6560348)

Reviewed-by: ant
2008-04-13 23:41:40 +04:00

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>