| 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 7d935dc1266d32f889b95fbcaaa73363890219ef..f5923901b44b926bc74fee660b806590e4d752e2 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -328,6 +328,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' +
|
| 'video-rgb-rgb-unsigned_byte.html',
|
| ['android', 'android-content-shell'], bug=499555)
|
| + self.Fail('conformance/textures/misc/texture-npot-video.html',
|
| + ['android', 'android-content-shell'], bug=520638)
|
| # These are failing on the Nexus 5 and 6
|
| self.Fail('conformance/extensions/oes-texture-float-with-canvas.html',
|
| ['android', 'qualcomm'], bug=499555)
|
|
|