32995a0452
Reviewed-by: anthony, dcherepanov
23 lines
528 B
HTML
23 lines
528 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 8010009
|
|
@summary [macosx] Unable type into online word games on MacOSX
|
|
@author petr.pchelko : area=awt.keyboard
|
|
@run clean *
|
|
@run build TestApplet
|
|
@run applet/manual=yesno KeyReleasedInAppletTest.html
|
|
-->
|
|
<head>
|
|
<title>KeyReleasedInAppletTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>KeyReleasedInAppletTest<br>Bug ID:8010009 </h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="KeyReleasedInAppletTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|