| 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 507f23bed64a12f325a8c9e53ba54d2a59072223..c32c1cb14f3e1bfe57bc4c6349ec04001c85b1a8 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -44,10 +44,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
|
| self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
|
|
|
| - # Temporary suppression; will be removed after bug fix.
|
| - self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
|
| - bug=701060)
|
| -
|
| # canvas.commit() promise synchronization isn't fully reliable yet.
|
| self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
|
| bug=709484)
|
|
|