jdk-24/jdk/test/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.html
Alexander Stepanov c49c083729 8024122: [TEST] need test to cover JDK-7146572
Reviewed-by: anthony, yan
2013-09-27 14:29:27 +04:00

18 lines
551 B
HTML

<html>
<head>
<title> InputMethodsTest </title>
</head>
<body>
<applet code="InputMethodsTest.class" width=350 height=200></applet>
This test is for Linux only. For other platforms please simply push "Pass".
Test run requires some Japanese input method to be installed.
To test JDK-7146572 fix please perform the following steps:
1. Switch on input method and type Japanese in the above text fields.
2. Push "Disable Input Methods" button.
3. Try to type Japanese again. If it can be done then the test is failed; otherwise passed.
</body>
</html>