1 <html>
   2 <!--  
   3   @test
   4   @bug 4959409
   5   @author Naoto Sato
   6   @run applet/manual=yesno bug4959409.html
   7 -->
   8   <head>
   9     <title>Test for </title>
  10   </head>
  11 
  12   <body>
  13       <h1>Test for KEY_PRESS event for Shift+1: Bug id 4959409</h1>
  14 
  15 This test is for unix platforms only. Press Pass if you are not
  16 testing on those platforms.
  17 
  18 Confirm the following behavior:
  19 
  20     "KEYPRESS received for Shift+1" is displayed when you press "Shift" and "1" (typically "!").
  21 
  22 <APPLET CODE="bug4959409.class" WIDTH=0 HEIGHT=0></APPLET>
  23 </body>
  24 </html>
  25 
  26