Skip to content

Commit

Permalink
8237003: Remove hardcoded WebAnimationsCSSIntegrationEnabled flag in …
Browse files Browse the repository at this point in the history
…DumpRenderTree

Reviewed-by: kcr
  • Loading branch information
Guru Hb committed Jan 29, 2020
1 parent d303a21 commit b96bc52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ private static void initPlatform() throws Exception {
private void resetToConsistentStateBeforeTesting(final TestOptions options) {
// Assign default values for all supported TestOptions
webPage.overridePreference("experimental:CSSCustomPropertiesAndValuesEnabled", "false");
webPage.overridePreference("experimental:WebAnimationsCSSIntegrationEnabled", "true");
webPage.overridePreference("enableColorFilter", "false");
webPage.overridePreference("enableIntersectionObserver", "false");
// Enable features based on TestOption
Expand Down

0 comments on commit b96bc52

Please sign in to comment.