| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 11f8b49d9c359b6bbe845827faf3e23484e545eb..a19e44b77503900848d9f1db44b8ad4b60e773ad 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -27,7 +27,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Skip('WebglExtension_WEBGL_compressed_texture_etc',
|
| ['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',
|
|
|