author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 30 Dec 2015 20:44:27 -0500 | |
changeset 278126 | d055e84f7045a0ee92009a9d7eca80d9bdc1947b |
parent 278125 | b220113f8adf06475fd0798ac00c0bf6b6579958 |
child 278127 | b943aaee67cae99042b4ca1412681cf0db8b18f7 |
push id | 29841 |
push user | ryanvm@gmail.com |
push date | Sat, 02 Jan 2016 00:29:52 +0000 |
treeherder | mozilla-central@f7fbc524f9f3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1230986 |
milestone | 46.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
|
devtools/client/animationinspector/test/browser_animation_toolbar_exists.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/animationinspector/test/browser_animation_toolbar_exists.js +++ b/devtools/client/animationinspector/test/browser_animation_toolbar_exists.js @@ -1,14 +1,16 @@ /* vim: set ts=2 et sw=2 tw=80: */ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ "use strict"; +requestLongerTimeout(2); + // Test that the animation panel has a top toolbar that contains the play/pause // button and that is displayed at all times. // Also test that this toolbar gets replaced by the timeline toolbar when there // are animations to be displayed. add_task(function*() { yield addTab(TEST_URL_ROOT + "doc_simple_animation.html"); let {inspector, window} = yield openAnimationInspector();