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