Index: src/test/api/java/common/javax/swing/JEditorPaneTest.java =================================================================== --- src/test/api/java/common/javax/swing/JEditorPaneTest.java (revision 503794) +++ src/test/api/java/common/javax/swing/JEditorPaneTest.java (working copy) @@ -846,4 +846,9 @@ // PASSED } } -} \ No newline at end of file + + public void testIsFocusCycleRoot() throws Exception { + // Regression test for HARMONY-2573 + assertTrue(new JEditorPane().isFocusCycleRoot()); + } +}