| 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 3f4bd58c611e0c2097e7641b0bde9497c05175a4..ba3663e422c125b573fe2889af5282e3fb0d84a4 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -343,6 +343,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
|
| self.Fail('WebglExtension_OES_texture_float_linear',
|
| ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
|
| + self.Fail('WebglExtension_OES_element_index_uint',
|
| + ['win', 'passthrough', 'd3d11'], bug=671217) # angle bug ID
|
| self.Fail('WebglExtension_OES_texture_half_float_linear',
|
| ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
|
|
|
|
|