1# Copyright 2018 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
5AUTHOR = "chromeos-gfx"
6NAME = "graphics_HwOverlays.canvas2DLowLatency"
7TIME = "SHORT"
8TEST_CATEGORY = "Functional"
9TEST_CLASS = "graphics"
10TEST_TYPE = "client"
11
12ATTRIBUTES = "suite:bvt-perbuild"
13
14HTML_TEST_FILE = 'canvas_2d_low_latency.html'
15
16DOC = """
17Runs a very simple HTML canvas 2D test with low latency (creating the context
18and drawing a few strokes) and inspects the amount of hardware overlays
19reported by the system.
20"""
21
22job.run_test('graphics_HwOverlays', html_file=HTML_TEST_FILE)
23