jdk/test/java/awt/TextField/ScrollSelectionTest/ScrollSelectionTest.html
author volk
Sun, 13 Apr 2008 23:41:40 +0400
changeset 443 b49bc385fa7e
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6686273: Some AWT reg. tests should be moved to open repository (for CRs 6444769, 6480547, and 6560348) Summary: Some AWT reg. tests are moved to open repository (for CRs 6444769, 6480547, and 6560348) Reviewed-by: ant

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