jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java
changeset 40128 e635645d2a8a
parent 26603 0f04bb1f4b09
--- a/jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java	Wed Jul 20 14:17:41 2016 +0530
+++ b/jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java	Thu Jul 07 16:21:45 2016 +0200
@@ -27,11 +27,13 @@
 
 /**
  * @test
+ * @key headful
  * @bug 8056009
  * @summary tests whether Graphics.setColor-calls with Color.white are ignored directly
  *          after pipeline initialization for a certain set of operations.
  * @author ceisserer
  */
+
 public class WhiteTextColorTest extends Frame {
     public static volatile boolean success = false;