1 <html>
   2 <!--  
   3   @test
   4   @bug 6480024
   5   @library ../../../regtesthelpers
   6   @build Util Sysout AbstractTest
   7   @summary stack overflow on mouse wheel rotation within JApplet
   8   @author Andrei Dmitriev: area=awt.event
   9   @run applet InfiniteRecursion_3.html
  10   -->
  11 <head>
  12 <title>  </title>
  13 </head>
  14 <body>
  15 
  16 <h1>InfiniteRecursion_3<br>Bug ID: 6480024 </h1>
  17 
  18 <p> This is an AUTOMATIC test, simply wait for completion </p>
  19 
  20 <APPLET CODE="InfiniteRecursion_3.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>
  23