| 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 e09d614a6a2dfba3d5616dd5637b45ea838262db..d9e2689489b3ca9040f974c9e9c4804e8380d018 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -57,6 +57,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| # All platforms.
|
| self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
|
|
|
| + # 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=663066)
|
| +
|
| # Windows only.
|
| # We are awesome!
|
|
|
|
|