test/jdk/java/awt/Color/XRenderTranslucentColorDrawTest.java
changeset 49090 82c1fe23c469
parent 48647 e4b03365ddbf
equal deleted inserted replaced
49089:149647adb633 49090:82c1fe23c469
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
       
    26  * @key headful
    26  * @bug      8176795
    27  * @bug      8176795
    27  * @summary  Test verifies that we get proper color when we draw translucent
    28  * @summary  Test verifies that we get proper color when we draw translucent
    28  *           color over an opaque color using X Render extension in Linux.
    29  *           color over an opaque color using X Render extension in Linux.
    29  * @requires (os.family == "linux")
    30  * @requires (os.family == "linux")
    30  * @run      main XRenderTranslucentColorDrawTest -Dsun.java2d.xrender=true
    31  * @run      main XRenderTranslucentColorDrawTest -Dsun.java2d.xrender=true