1 <html>
   2 <!--  
   3   @test
   4   @bug 4118621
   5   @summary tests that selected text isn't scrolled if there is enough room.
   6   @author prs: area=TextField
   7   @run applet/manual=yesno ScrollSelectionTest.html
   8   -->
   9 <head>
  10 <title> ScrollSelectionTest </title>
  11 </head>
  12 <body>
  13 
  14 <h1>ScrollSelectionTest<br>4118621: </h1>
  15 
  16 <p> See the dialog box (usually in upper left corner) for instructions</p>
  17 
  18 <APPLET CODE="ScrollSelectionTest.class" WIDTH=300 HEIGHT=300></APPLET>
  19 </body>
  20 </html>