• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5PY_VERSION = 3
6AUTHOR = "chromeos-gfx"
7NAME = "graphics_HwOverlays.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.
21"""
22
23job.run_test('graphics_HwOverlays', html_file=HTML_TEST_FILE)
24