1 <html>
   2 <!--  
   3   @test
   4   @bug  6497426
   5   @summary ests that pressing of Ctrl+ascii mostly fires KEY_TYPED with a Unicode control symbols
   6   @author yuri.nesterenko@... area=awt.keyboard
   7   @run applet CtrlASCII.html
   8   -->
   9 <head>
  10 <title> CtrlASCII </title>
  11 </head>
  12 <body>
  13 
  14 <h1>CtrlASCII<br>Bug ID: 6497426</h1>
  15 
  16 <p> This is an AUTOMATIC test, simply wait for completion </p>
  17 
  18 <APPLET CODE="CtrlASCII.class" WIDTH=400 HEIGHT=300></APPLET>
  19 </body>
  20 </html>