blob: 1b982073b9adee12231b43bd2fcdadfde086596e [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<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
15This test is for unix platforms only. Press Pass if you are not
16testing on those platforms.
17
18Confirm 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