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.canvas3D"
7TIME = "SHORT"
8TEST_CATEGORY = "Functional"
9TEST_CLASS = "graphics"
10TEST_TYPE = "client"
11
12ATTRIBUTES = "suite:bvt-perbuild"
13
14HTML_TEST_FILE = 'canvas_3d.html'
15
16DOC = """
17Runs a very simple HTML canvas 3D test (creating the WebGL context and drawing
18a glClear passes), then inspects the amount of hardware overlays reported by the
19system.
20"""
21
22job.run_test('graphics_HwOverlays', html_file=HTML_TEST_FILE)
23