The FX 8 SQE test suite uses static utility methods in com.sun.javafx.Utils. As a result of RT-40000 this class, along with other classes in the graphics module that were in that package, has been moved to the com.sun.javafx.util package (to avoid the split package restriction).
In order to avoid SQE needing to maintain two sets of tests for FX 8u (one for 8u60 and later and one for pre-8u60), we will create a Utils class with all of the same static methods, and forward those methods to the new Utils class.