java/awt/Choice/PopupPosTest/PopupPosTest.html

Print this page


   1 <html>
   2 <!--  
   3   @test
   4   @bug 5044150
   5   @summary Tests that pupup doesn't popdown if no space to display under 
   6   @author ssi@sparc.spb.su


   7   @run applet PopupPosTest.html
   8   -->
   9 <head>
  10 <title> PopupPosTest </title>
  11 </head>
  12 <body>
  13 
  14 <h1>PopupPosTest<br>Bug ID: 5044150</h1>
  15 
  16 <p> This is an AUTOMATIC test, simply wait for completion </p>
  17 
  18 <APPLET CODE="PopupPosTest.class" WIDTH=350 HEIGHT=400></APPLET>
  19 </body>
  20 </html>
  21 
   1 <html>
   2 <!--  
   3   @test
   4   @bug 5044150
   5   @summary Tests that pupup doesn't popdown if no space to display under 
   6   @author ssi@sparc.spb.su
   7   @library ../../../../lib/testlibrary
   8   @build jdk.testlibrary.OSInfo
   9   @run applet PopupPosTest.html
  10   -->
  11 <head>
  12 <title> PopupPosTest </title>
  13 </head>
  14 <body>
  15 
  16 <h1>PopupPosTest<br>Bug ID: 5044150</h1>
  17 
  18 <p> This is an AUTOMATIC test, simply wait for completion </p>
  19 
  20 <APPLET CODE="PopupPosTest.class" WIDTH=350 HEIGHT=400></APPLET>
  21 </body>
  22 </html>
  23