--- old/test/java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java 2014-06-03 14:51:35.588806940 +0400 +++ new/test/java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java 2014-06-03 14:51:35.408806943 +0400 @@ -33,8 +33,21 @@ /* * @test * @bug 8013450 - * @summary Check if the window events (Focus and Activation) are triggered correctly + * @summary Check if the window events (Focus and Activation) are triggered correctly * when clicked on visible and clipped areas. + * + * Test Description: Check if PERPIXEL_TRANSPARENT Translucency type is supported + * by the current platform. Proceed if it is supported. Apply different + * types of shapes on a Window. Make it appear with a known background. + * Check if mouse events which result in window-activated events are + * triggered only within the window's shape and not outside. Repeat this + * for Window, Dialog and Frame. + * Expected Result: If PERPIXEL_TRANSPARENT Translucency type is supported, window should + * gain focus and should trigger activated events only when it is clicked on the + * visible areas. Events should be delivered to the background window if clicked + * on the clipped areas. + * + * @author mrkam * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) * @library ../../../../lib/testlibrary * @build Common ExtendedRobot