1 <html>
   2 <!--  
   3   @test
   4   @bug 6190768 6190778
   5   @summary Tests that triggering events on AWT list by pressing CTRL + HOME, CTRL + END, PG-UP, PG-DOWN similar Motif behavior
   6   @author Dmitry.Cherepanov@SUN.COM area=awt.list
   7   @run applet KeyEventsTest.html
   8   -->
   9 <head>
  10 <title>  </title>
  11 </head>
  12 <body>
  13 
  14 <h1>KeyEventsTest<br>Bug ID: 6190768 6190778 </h1>
  15 
  16 <p> This is an AUTOMATIC test, simply wait for completion </p>
  17 
  18 <APPLET CODE="KeyEventsTest.class" WIDTH=200 HEIGHT=200></APPLET>
  19 </body>
  20 </html>
  21