blob: 8c4cca616a46415a6471b1104ee21b33e52b09b6 [file] [log] [blame]
# Copyright (c) 2011 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, rohitbm@chromium.org'
NAME = 'desktopui_FlashSanityCheck'
PURPOSE = 'Basic sanity check of Flash suppport in Chrome.'
CRITERIA = 'This test will fail if flash causes a segfault.'
ATTRIBUTES = "suite:bvt-cq"
SUITE = 'bvt-cq'
TIME = 'SHORT'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'desktopui'
TEST_TYPE = 'client'
JOB_RETRIES = 2
DOC = """
This test logs in, opens a new window, and navigates to a .swf file on a
locally-running webserver to validate that flash doesn't crash the browser.
"""
job.run_test('desktopui_FlashSanityCheck')