Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / gpu / gpu_tests / hardware_accelerated_feature_expectations.py
blob2eb579278c5ab17b0d76e16b6e532ad6d0a889a1
1 # Copyright 2013 The Chromium 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.
5 from gpu_test_expectations import GpuTestExpectations
7 # See the GpuTestExpectations class for documentation.
9 class HardwareAcceleratedFeatureExpectations(GpuTestExpectations):
10 def SetExpectations(self):
11 # Accelerated 2D canvas is not available on Linux due to driver instability
12 self.Fail('HardwareAcceleratedFeature.canvas_accelerated',
13 ['linux'], bug=254724)