After fixing JDK-8245457, I found that there are more ignored tests of similar nature that can be enabled and fixed.
A search for ignored tests with message "impl_cssSet API removed" - reveals a total 6 occurrences in 4 files -
1) CellTest
2) CheckBoxTest
3) ChoiceBoxTest
4) DateCellTest
Enable these tests and fix them similar toJDK-8245457.
A search for ignored tests with message "impl_cssSet API removed" - reveals a total 6 occurrences in 4 files -
1) CellTest
2) CheckBoxTest
3) ChoiceBoxTest
4) DateCellTest
Enable these tests and fix them similar to
- relates to
-
JDK-8234486 [TestBug] Re-enable ignored tests that are passing in javafx.controls module
- Open