| 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 65adfbd619c2b76dfc5806d176ca0661b418c94c..19f4cabcf342cf75112456c7b4d75caa392caaf5 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -288,6 +288,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108)
|
| self.Fail('conformance/textures/image_bitmap_from_image_data/*',
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=585108)
|
| + self.Fail('conformance/textures/image_bitmap_from_image_bitmap/*',
|
| + ['android', ('qualcomm', 'Adreno (TM) 420')], bug=598262)
|
| self.Fail('conformance/textures/video/tex-image-and-sub-image-2d-with-' +
|
| 'video-rgb-rgb-unsigned_byte.html',
|
| ['android', 'android-content-shell',
|
|
|