author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 30 Dec 2015 20:34:40 -0500 | |
changeset 278106 | 7ae3e5c9de7fbe12b94e1549b7c66714dc7dec07 |
parent 278105 | 791ad21455489190f3c14c3aed820b7beef0f94f |
child 278107 | 3cf6a99b8565b04743bdfa56fc7108d2edae4561 |
push id | 29841 |
push user | ryanvm@gmail.com |
push date | Sat, 02 Jan 2016 00:29:52 +0000 |
treeherder | autoland@f7fbc524f9f3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1235685 |
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_playerWidgets_target_nodes.js | file | annotate | diff | comparison | revisions |
--- a/devtools/client/animationinspector/test/browser_animation_playerWidgets_target_nodes.js +++ b/devtools/client/animationinspector/test/browser_animation_playerWidgets_target_nodes.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 player widgets display information about target nodes add_task(function*() { yield addTab(TEST_URL_ROOT + "doc_simple_animation.html"); let {inspector, panel} = yield openAnimationInspector(); info("Select the simple animated node"); yield selectNode(".animated", inspector);