author | Tom Ritter <tom@mozilla.com> |
Wed, 10 Jan 2018 23:06:04 -0600 | |
changeset 453040 | bb887872b8e55cdac25d3125657a527e43249d63 |
parent 453039 | 0932f3bbbc1a8f6b3a683c98f106755a2ef27872 |
child 453041 | be7f537daee2db56276200aa3fa01910d2b7e1cc |
push id | 1648 |
push user | mtabara@mozilla.com |
push date | Thu, 01 Mar 2018 12:45:47 +0000 |
treeherder | mozilla-release@cbb9688c2eeb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | hiro |
bugs | 1429668 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
dom/animation/test/css-animations/test_animation-starttime.html | file | annotate | diff | comparison | revisions |
--- 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>