Skip to content

Commit

Permalink
Increase tolerance for video-rotation.html test. (KhronosGroup#3264)
Browse files Browse the repository at this point in the history
Follow-on to KhronosGroup#3199 and KhronosGroup#3262 .

Associated with http://crbug.com/1191456 .
  • Loading branch information
dalecurtis authored Mar 24, 2021
1 parent aea189a commit 9715ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/conformance/textures/misc/video-rotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -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] },
Expand Down

0 comments on commit 9715ca5

Please sign in to comment.