We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d303a21 commit b96bc52Copy full SHA for b96bc52
modules/javafx.web/src/main/java/com/sun/javafx/webkit/drt/DumpRenderTree.java
@@ -196,7 +196,6 @@ private static void initPlatform() throws Exception {
196
private void resetToConsistentStateBeforeTesting(final TestOptions options) {
197
// Assign default values for all supported TestOptions
198
webPage.overridePreference("experimental:CSSCustomPropertiesAndValuesEnabled", "false");
199
- webPage.overridePreference("experimental:WebAnimationsCSSIntegrationEnabled", "true");
200
webPage.overridePreference("enableColorFilter", "false");
201
webPage.overridePreference("enableIntersectionObserver", "false");
202
// Enable features based on TestOption
0 commit comments