From 36521ffc0fd90eedca3a47864a7d04579f2419d0 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Wed, 13 May 2020 21:36:44 +0000 Subject: [PATCH] Bug 1332588 - Drop explicit setting of dom.animations.mainthread-synchronization-with-geometric-animations. r=boris Since we no longer see the "Unexpected UpdateTransformLayer hint" assertion on those tests. Differential Revision: https://phabricator.services.mozilla.com/D75052 --- dom/animation/test/crashtests/crashtests.list | 2 +- dom/audiochannel/crashtests/crashtests.list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/animation/test/crashtests/crashtests.list b/dom/animation/test/crashtests/crashtests.list index d058847eb589..3444649316f4 100644 --- a/dom/animation/test/crashtests/crashtests.list +++ b/dom/animation/test/crashtests/crashtests.list @@ -52,4 +52,4 @@ pref(dom.animations-api.core.enabled,true) load 1612891-1.html pref(dom.animations-api.core.enabled,true) load 1612891-2.html pref(dom.animations-api.core.enabled,true) load 1612891-3.html pref(dom.animations-api.core.enabled,true) pref(dom.animations-api.getAnimations.enabled,true) load 1633442.html -pref(dom.animations-api.core.enabled,true) pref(dom.animations-api.implicit-keyframes.enabled,true) pref(dom.animations.mainthread-synchronization-with-geometric-animations,true) load 1633486.html +pref(dom.animations-api.core.enabled,true) pref(dom.animations-api.implicit-keyframes.enabled,true) load 1633486.html diff --git a/dom/audiochannel/crashtests/crashtests.list b/dom/audiochannel/crashtests/crashtests.list index 653279566ecb..3af64ac4662e 100644 --- a/dom/audiochannel/crashtests/crashtests.list +++ b/dom/audiochannel/crashtests/crashtests.list @@ -1,2 +1,2 @@ -pref(dom.animations.mainthread-synchronization-with-geometric-animations,true) load 1223734.html +load 1223734.html load 1339930.html -- 2.11.4.GIT