| 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 4313af0f6e54d2ed54bcea2349a360ab5dae9f1e..e370326c8d1bfd042513855dfb3d9df25a5cbb88 100644
 | 
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
 | 
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
 | 
| @@ -43,6 +43,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
 | 
|      # All platforms.
 | 
|      self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
 | 
|      self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
 | 
| +    self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=712096)
 | 
|  
 | 
|      # canvas.commit() promise synchronization isn't fully reliable yet.
 | 
|      self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
 | 
| @@ -108,8 +109,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
 | 
|          ['win', 'nvidia', 'opengl'], bug=693090)
 | 
|      self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
 | 
|          ['win', 'nvidia', 'opengl'], bug=693090)
 | 
| -    self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
 | 
| -        ['win', 'nvidia', 'opengl'], bug=693090)
 | 
|      self.Fail('conformance2/glsl3/' +
 | 
|          'vector-dynamic-indexing-swizzled-lvalue.html',
 | 
|          ['win', 'nvidia', 'opengl'], bug=709874)
 | 
| 
 |