params.js revision 9d4bcb6d907ad23d947f65d3c764c8ee3848e7d3
1// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5var test_time_ms = 60 * 1000;
6var should_scroll = true;
7var should_scroll_up = true;
8var scroll_loop = false;
9var scroll_interval_ms = 1000;
10var scroll_by_pixels = 600;
11