< prev index next >

test/jdk/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java

Print this page
rev 59106 : imported patch client

@@ -29,11 +29,11 @@
 /*
  * @test
  * @key headful
  * @bug 7129742
  * @summary Focus in non-editable TextArea is not shown on Linux.
- * @requires (os.family == "linux" | os.family == "solaris")
+ * @requires os.family == "linux"
  * @modules java.desktop/sun.awt
  *          java.desktop/java.awt.peer
  *          java.desktop/sun.awt.X11:open
  * @author Sean Chou
  */
< prev index next >