27 lines
533 B
HTML
27 lines
533 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 4959409
|
|
@author Naoto Sato
|
|
@run applet/manual=yesno bug4959409.html
|
|
-->
|
|
<head>
|
|
<title>Test for </title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Test for KEY_PRESS event for Shift+1: Bug id 4959409</h1>
|
|
|
|
This test is for unix platforms only. Press Pass if you are not
|
|
testing on those platforms.
|
|
|
|
Confirm the following behavior:
|
|
|
|
"KEYPRESS received for Shift+1" is displayed when you press "Shift" and "1" (typically "!").
|
|
|
|
<APPLET CODE="bug4959409.class" WIDTH=0 HEIGHT=0></APPLET>
|
|
</body>
|
|
</html>
|
|
|
|
|