24 lines
525 B
HTML
24 lines
525 B
HTML
|
<html>
|
||
|
<!--
|
||
|
@test
|
||
|
@bug 6252982
|
||
|
@summary PIT: Keyboard FocusTraversal not working when choice's drop-down is visible, on XToolkit
|
||
|
@author andrei.dmitriev : area=awt.choice
|
||
|
@library ../../regtesthelpers
|
||
|
@build Util
|
||
|
@run applet ChoiceKeyEventReaction.html
|
||
|
-->
|
||
|
<head>
|
||
|
<title> </title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>ChoiceKeyEventReaction<br>Bug ID: 6252982 </h1>
|
||
|
|
||
|
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
||
|
|
||
|
<APPLET CODE="ChoiceKeyEventReaction.class" WIDTH=200 HEIGHT=200></APPLET>
|
||
|
</body>
|
||
|
</html>
|
||
|
|