1277N/A<HTML>
1277N/A <!-- @test
1277N/A @bug 4023283
1277N/A @summary Checks that an Error which propogate up to the EventDispatch
1277N/A loop does not crash AWT.
1277N/A @author Andrei Dmitriev: area=awt.event
1277N/A @library /regtesthelpers
1277N/A @build Util
1277N/A @run main LoopRobustness
1277N/A -->
1277N/A <HEAD>
1277N/A <TITLE>LoopRobustness</TITLE>
1277N/A </HEAD>
1277N/A <BODY>
1277N/A This is automatic test.
1277N/A
1277N/A <APPLET CODE="LoopRobustness.class"
1277N/A CODEBASE = "."
1277N/A WIDTH=350 HEIGHT=100>
1277N/A </APPLET>
1277N/A </BODY>
1277N/A </HTML>