| 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 a5bee6f24e0801e2ec81f5302fae3bfb0168b542..6105e4df5e1050eaa37e6a618a2a901d16a623b4 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -48,7 +48,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
|
|
| # All platforms.
|
| self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
|
| - bug=664740)
|
| + bug=644740)
|
| + self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
|
| + bug=644740)
|
| self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
|
|
|
| # Windows only.
|
|
|