jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html
author dcherepanov
Mon, 15 Jun 2009 11:15:55 -0400
changeset 2953 d8c81312ac1c
child 21596 0e3a39f29dbc
permissions -rw-r--r--
6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails Reviewed-by: anthony

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