| 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 653a455bd977109ca0e1b3882935949e5509cda1..affa210498c3a5b6fd11b60f4571f2c3e3928444 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -103,4 +103,15 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
| ['android'], bug=315976)
|
| self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
|
| ['android'], bug=315976)
|
| + # The following tests are disabled due to security issues.
|
| + self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
|
| + ['android'], bug=334204)
|
| + self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html',
|
| + ['android'], bug=334204)
|
| + self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html',
|
| + ['android'], bug=334204)
|
| + self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html',
|
| + ['android'], bug=334204)
|
| + self.Fail('conformance/textures/texture-npot-video.html',
|
| + ['android'], bug=334204)
|
|
|
|
|