0N/A<html>
0N/A<!--
0N/A @test
0N/A @bug 6497426
0N/A @summary ests that pressing of Ctrl+ascii mostly fires KEY_TYPED with a Unicode control symbols
0N/A @author yuri.nesterenko@... area=awt.keyboard
0N/A @run applet CtrlASCII.html
0N/A -->
0N/A<head>
0N/A<title> CtrlASCII </title>
0N/A</head>
0N/A<body>
0N/A
0N/A<h1>CtrlASCII<br>Bug ID: 6497426</h1>
0N/A
0N/A<p> This is an AUTOMATIC test, simply wait for completion </p>
0N/A
0N/A<APPLET CODE="CtrlASCII.class" WIDTH=400 HEIGHT=300></APPLET>
0N/A</body>
0N/A</html>