Changeset: a080ea040a9c Author: kcr Date: 2014-03-05 10:36 -0800 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a080ea040a9c
[TEST-ONLY] change TestBase to initialize toolkit in @BeforeClass method Summary: This change matches what we do elsewhere and avoids waiting in the static block which will deadlock whenn we change to using lambdas (see JDK-8036728) ! modules/web/src/test/java/javafx/scene/web/TestBase.java