| # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| AUTHOR = "Chrome OS Project" |
| NAME = "desktopui_LoadBigFile" |
| PURPOSE = "Opens a large text file in a tab." |
| CRITERIA = """ |
| This test will fail if the tab fails to load in the default PyAuto timeout. |
| """ |
| # This test should be converted to performance test (http://crosbug.com/34881). |
| # SUITE = "regression" |
| TIME = "SHORT" |
| TEST_CATEGORY = "Functional" |
| TEST_CLASS = "desktopui" |
| TEST_TYPE = "client" |
| DOC = """ |
| This test opens a large text file in a tab and verifies it finishes loading. |
| """ |
| |
| job.run_test('desktopui_LoadBigFile') |