1# Copyright 2020 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
5PY_VERSION = 3
6AUTHOR = "chromeos-gfx"
7NAME = "graphics_HwOverlays.SkiaRenderer.canvas3D"
8TIME = "SHORT"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "graphics"
11TEST_TYPE = "client"
12
13ATTRIBUTES = "suite:bvt-perbuild"
14
15HTML_TEST_FILE = 'canvas_3d.html'
16
17DOC = """
18Runs a very simple HTML canvas 3D test (creating the WebGL context and drawing
19a glClear passes), then inspects the amount of hardware overlays reported by the
20system. This test forces the use of the SkiaRenderer.
21"""
22
23job.run_test('graphics_HwOverlays',
24             html_file=HTML_TEST_FILE,
25             use_skia_renderer=True)
26