| 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 0d7ca16d95776e38cc22c62027654ef2150cb246..265f5b3eedfc98be302382ceb5fe66441c98b2fa 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -114,8 +114,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
|
|
| # Test that needs to be fixed in the WebGL CTS
|
| # https://github.com/KhronosGroup/WebGL/issues/2173
|
| - self.Fail('conformance/misc/bad-arguments-test.html',
|
| - bug=2173) # WebGL issue number
|
| + self.Fail('conformance/misc/bad-arguments-test.html', bug=663066)
|
|
|
| # We need to add WebGL 1 check in command buffer that format/type from
|
| # TexSubImage2D have to match the current texture's.
|
|
|