< prev index next >

test/java/awt/image/multiresolution/MultiResolutionTrayIconTest/MultiResolutionTrayIconTest.html

Print this page

        

@@ -24,18 +24,22 @@
 <html>
 <head>
 <title> MultiResolutionTrayIconTest </title>
 </head>
 <body>
-<applet code="MultiResolutionTrayIconTest.class" width=100 height=30></applet>
+<applet code="MultiResolutionTrayIconTest.class" width=300 height=30></applet>
 
-To run test please push "Start" (if system tray is not supported, push "Pass").
 
-Two tray icons will appear (note: sometimes they can go to the tray icons pool).
+The test checks if a correct resolution variant is used for the tray icon
+when a multi-resolution image is used for its creation.
 
-Please check if both of them have correct size and
-the same colouring (white rectagle in a blue mount). In this case please push "Pass".
+Please use "show icons" / "hide icons" button to show / hide the tray icons.
 
-Otherwise (if the 2nd red-white small icon appears) please push "Fail".
+The expected behavior:
+- when "auto size" is selected, two equal white-blue icons must appear
+  (having the same size and colouring)
+- when "auto size" is deselected, the 2nd icon must be a small white-red one.
+
+If the test behaves as expected, then please push "Pass"; otherwise "Fail".
 
 </body>
 </html>
< prev index next >