InfiniteRecursion_3.html revision 8729:0242fce0f717
175584Sru<!--
2151497Sru Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
3151497Sru DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
475584Sru
575584Sru This code is free software; you can redistribute it and/or modify it
675584Sru under the terms of the GNU General Public License version 2 only, as
775584Sru published by the Free Software Foundation.
875584Sru
975584Sru This code is distributed in the hope that it will be useful, but WITHOUT
1075584Sru ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1175584Sru FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1275584Sru version 2 for more details (a copy is included in the LICENSE file that
1375584Sru accompanied this code).
1475584Sru
1575584Sru You should have received a copy of the GNU General Public License version
1675584Sru 2 along with this work; if not, write to the Free Software Foundation,
1775584Sru Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1875584Sru
1975584Sru Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20151497Sru or visit www.oracle.com if you need additional information or have any
2175584Sru questions.
2275584Sru-->
2375584Sru
2475584Sru<html>
2575584Sru<!--  
2675584Sru  @test
2775584Sru  @bug 6480024
2875584Sru  @library ../../../regtesthelpers
2975584Sru  @build Util Sysout AbstractTest
3075584Sru  @summary stack overflow on mouse wheel rotation within JApplet
3175584Sru  @author Andrei Dmitriev: area=awt.event
3275584Sru  @run applet InfiniteRecursion_3.html
3375584Sru  -->
3475584Sru<head>
3575584Sru<title>  </title>
3675584Sru</head>
37151497Sru<body>
38151497Sru
39151497Sru<h1>InfiniteRecursion_3<br>Bug ID: 6480024 </h1>
4075584Sru
4175584Sru<p> This is an AUTOMATIC test, simply wait for completion </p>
42151497Sru
43151497Sru<APPLET CODE="InfiniteRecursion_3.class" WIDTH=200 HEIGHT=200></APPLET>
4475584Sru</body>
4575584Sru</html>
4675584Sru
4775584Sru