From 9715ca529b99aaf8324dec3b775618bc8442401c Mon Sep 17 00:00:00 2001 From: Dale Curtis Date: Wed, 24 Mar 2021 13:04:44 -0700 Subject: [PATCH] Increase tolerance for video-rotation.html test. (#3264) Follow-on to #3199 and #3262 . Associated with http://crbug.com/1191456 . --- sdk/tests/conformance/textures/misc/video-rotation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tests/conformance/textures/misc/video-rotation.html b/sdk/tests/conformance/textures/misc/video-rotation.html index 1ebf5b56c0..b6d28f15dc 100644 --- a/sdk/tests/conformance/textures/misc/video-rotation.html +++ b/sdk/tests/conformance/textures/misc/video-rotation.html @@ -29,7 +29,7 @@ let gl = wtu.create3DContext(canvas); let program = tiu.setupTexturedQuad(gl, gl.RGBA); const resourcePath = "../../../resources/"; - const tolerance = 6; + const tolerance = 10; const expectedColors = { top: { location: [0.5, 0.25], color: [255, 0, 0] },