Bug 1477486 - Add dom.animations-api.getAnimations.enabled pref to css-logical test suite; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Mon, 23 Jul 2018 09:21:23 +0900
changeset 821333 fe00b76f0e9f6095ecc58be302b8d9c5e008311e
parent 821332 f8c34fb8697f69a7be8c555e7cf97c7dfd3ce6e7
push id117063
push userbmo:bbirtles@mozilla.com
push dateMon, 23 Jul 2018 00:21:50 +0000
reviewershiro
bugs1477486
milestone63.0a1
Bug 1477486 - Add dom.animations-api.getAnimations.enabled pref to css-logical test suite; r?hiro In particular the animation-003 test needs it but we may as well turn it on for all tests since we'll possibly add more tests like this in the future. MozReview-Commit-ID: FaRgJkV2jUs
testing/web-platform/meta/css/css-logical/__dir__.ini
--- a/testing/web-platform/meta/css/css-logical/__dir__.ini
+++ b/testing/web-platform/meta/css/css-logical/__dir__.ini
@@ -1,1 +1,3 @@
-prefs: [dom.animations-api.core.enabled:true, dom.animations-api.implicit-keyframes.enabled:true]
+prefs: [dom.animations-api.core.enabled:true,
+        dom.animations-api.getAnimations.enabled:true,
+        dom.animations-api.implicit-keyframes.enabled:true]