| 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 8b0c0c11026d372639108f1c4f52479501d24b3b..44d9d11d0b1e34010936ab3850ab15b1e4adb649 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -81,7 +81,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
|
| self.Fail('conformance2/extensions/promoted-extensions-in-shaders.html',
|
| bug=295792)
|
| - self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
|
| + self.Skip('conformance2/reading/read-pixels-pack-parameters.html',
|
| bug=483282)
|
| self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
|
| self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
|
|
|