| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index f53da8d6061bbba32f91443bd1361a9ef24a0c33..15e03afd1e7bd3d55fc0423561360827468a79ee 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -51,7 +51,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Skip('WebglExtension_WEBGL_compressed_texture_atc',
|
| ['win', 'mac', 'linux'])
|
| self.Skip('WebglExtension_WEBGL_compressed_texture_etc1',
|
| - ['mac', 'linux'])
|
| + ['win', 'mac', 'linux'])
|
| self.Skip('WebglExtension_WEBGL_compressed_texture_pvrtc',
|
| ['win', 'mac', 'linux'])
|
| self.Skip('WebglExtension_WEBGL_compressed_texture_s3tc_srgb',
|
| @@ -62,8 +62,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'd3d9'])
|
| self.Fail('WebglExtension_EXT_sRGB',
|
| ['win', 'd3d9'])
|
| - self.Fail('WebglExtension_WEBGL_compressed_texture_etc1',
|
| - ['win', 'd3d9'])
|
|
|
| self.Fail('WebglExtension_WEBGL_depth_texture',
|
| ['win', 'amd', 'd3d9'])
|
|
|