It is a cleanup task.
Many unit tests in javafx.controls module have incorrect naming that use text "impl_" in names and comments.
The test code correctly avoids using impl_* methods (as they were removed in JDK 9), but test names still have "impl_" in them.
These tests should be renamed by replacing impl_* with appropriate css method used by respective tests.
Many unit tests in javafx.controls module have incorrect naming that use text "impl_" in names and comments.
The test code correctly avoids using impl_* methods (as they were removed in JDK 9), but test names still have "impl_" in them.
These tests should be renamed by replacing impl_* with appropriate css method used by respective tests.