author | Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org> |
Wed, 14 Dec 2016 10:04:44 +0900 | |
changeset 325916 | 403bfd796368e1f3e4a40b7e8b0d0b2c2e392ab5 |
parent 325915 | 46499bc1717808ccfcbb8a302370eba9c2dce74e |
child 325917 | d706e2d4abfd8bf02c4cec654a7f590a0794ed1a |
push id | 31080 |
push user | cbook@mozilla.com |
push date | Thu, 15 Dec 2016 13:16:19 +0000 |
treeherder | mozilla-central@f14683f7fad5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gbrown |
bugs | 1320236 |
milestone | 53.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/chrome/test_animation_performance_warning.html | file | annotate | diff | comparison | revisions |
--- a/dom/animation/test/chrome/test_animation_performance_warning.html +++ b/dom/animation/test/chrome/test_animation_performance_warning.html @@ -24,16 +24,18 @@ target="_blank">Mozilla Bug 1196114</a> <div id="log"></div> <script> 'use strict'; // This is used for obtaining localized strings. var gStringBundle; +W3CTest.runner.requestLongerTimeout(2); + SpecialPowers.pushPrefEnv({ "set": [ ["general.useragent.locale", "en-US"], // Need to set devPixelsPerPx explicitly to gain // consistent pixel values in warning messages // regardless of platform DPIs. ["layout.css.devPixelsPerPx", 1], ] }, start);