1 # Copyright (c) 2011 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 5 AUTHOR = 'Chrome OS Project, rohitbm (a] chromium.org' 6 NAME = 'desktopui_FlashSanityCheck' 7 PURPOSE = 'Basic sanity check of Flash suppport in Chrome.' 8 CRITERIA = 'This test will fail if flash causes a segfault.' 9 ATTRIBUTES = "suite:bvt-perbuild" 10 TIME = 'SHORT' 11 TEST_CATEGORY = 'Functional' 12 TEST_CLASS = 'desktopui' 13 TEST_TYPE = 'client' 14 JOB_RETRIES = 2 15 16 DOC = """ 17 This test logs in, opens a new window, and navigates to a .swf file on a 18 locally-running webserver to validate that flash doesn't crash the browser. 19 """ 20 21 job.run_test('desktopui_FlashSanityCheck') 22