author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 30 Dec 2015 20:42:43 -0500 | |
changeset 278043 | bf3b9c728f937be9e6ee8af44d173c8244c756e1 |
parent 278042 | 5b1d8d96b01851c23d6c06d8d761e0c767345e6b |
child 278044 | 6bc76da7e506486714c385a0305d79a0cf512bb9 |
push id | 69670 |
push user | eakhgari@mozilla.com |
push date | Thu, 31 Dec 2015 03:28:53 +0000 |
treeherder | mozilla-inbound@38570110c321 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 951479 |
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
|
browser/base/content/test/newtab/browser_newtab_drag_drop_ext.js | file | annotate | diff | comparison | revisions |
--- a/browser/base/content/test/newtab/browser_newtab_drag_drop_ext.js +++ b/browser/base/content/test/newtab/browser_newtab_drag_drop_ext.js @@ -1,11 +1,13 @@ /* Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ */ +requestLongerTimeout(2); + const PREF_NEWTAB_COLUMNS = "browser.newtabpage.columns"; /* * These tests make sure that dragging and dropping sites works as expected. * Sites contained in the grid need to shift around to indicate the result * of the drag-and-drop operation. If the grid is full and we're dragging * a new site into it another one gets pushed out. * This is a continuation of browser_newtab_drag_drop.js