| 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 cd14908d9aa038b4deb00e4a3e4c5a4f594112cd..cdd41f46eb17c914f943b22a1d0b22b88ef49357 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -105,6 +105,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| 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)
|
| +
|
| # Passthrough command decoder
|
| self.Fail('conformance/extensions/ext-sRGB.html',
|
| ['passthrough'], bug=679696)
|
|
|