Bug 1429668 Turn off the reduceTimerPrecision pref for one more test draft
authorTom Ritter <tom@mozilla.com>
Wed, 10 Jan 2018 23:06:04 -0600
changeset 718929 35d816d0058dee9288d052badc8a33e4c8a12c96
parent 718843 204d6801021c99476449b6362ddb0d9ed053457a
child 745640 ccf6524008a1ed00f36a6bb7ce55411198b79d92
push id95091
push userbmo:tom@mozilla.com
push dateThu, 11 Jan 2018 05:06:48 +0000
bugs1429668
milestone59.0a1
Bug 1429668 Turn off the reduceTimerPrecision pref for one more test MozReview-Commit-ID: J7F502Oz3Uc
dom/animation/test/css-animations/test_animation-starttime.html
--- a/dom/animation/test/css-animations/test_animation-starttime.html
+++ b/dom/animation/test/css-animations/test_animation-starttime.html
@@ -2,14 +2,16 @@
 <meta charset=utf-8>
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
 <div id="log"></div>
 <script>
 'use strict';
 setup({explicit_done: true});
 SpecialPowers.pushPrefEnv(
-  { "set": [["dom.animations-api.core.enabled", true]]},
+  { "set": 
+      [["dom.animations-api.core.enabled", true],
+       ["privacy.reduceTimerPrecision", false]]},
   function() {
     window.open("file_animation-starttime.html");
   });
 </script>
 </html>