| Index: content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
|
| index 23a71b95596e7e6f94a684548f856128c64fd8d7..6deaeb5bea6352b15796a327957e00956fd23805 100644
|
| --- a/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
|
| @@ -9,5 +9,5 @@ from gpu_tests.gpu_test_expectations import GpuTestExpectations
|
| class HardwareAcceleratedFeatureExpectations(GpuTestExpectations):
|
| def SetExpectations(self):
|
| # Accelerated 2D canvas is not available on Linux due to driver instability
|
| - self.Fail('HardwareAcceleratedFeature.canvas_accelerated',
|
| + self.Fail('HardwareAcceleratedFeature_canvas_accelerated',
|
| ['linux'], bug=254724)
|
|
|