| Index: content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| index 66e303f47c12f0f6be29946e8aa023e5dfc71095..f7c8e549b81753ac060d600c5325dd1215b01a1d 100644
|
| --- a/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| +++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature.py
|
| @@ -44,7 +44,7 @@ class HardwareAcceleratedFeature(test.Test):
|
| return expectations.HardwareAcceleratedFeatureExpectations()
|
|
|
| def CreatePageSet(self, options):
|
| - features = ['WebGL', 'Canvas', '3D CSS']
|
| + features = ['WebGL', 'Canvas']
|
|
|
| page_set_dict = {
|
| 'description': 'Tests GPU acceleration is reported as active',
|
|
|