Index: content/test/data/media/getusermedia-depth-capture.html |
diff --git a/content/test/data/media/getusermedia-depth-capture.html b/content/test/data/media/getusermedia-depth-capture.html |
index e65c90d19468354fe468b855808d98550bc02739..e5fa45c17c7cf24540b3783673342bd94caf713c 100644 |
--- a/content/test/data/media/getusermedia-depth-capture.html |
+++ b/content/test/data/media/getusermedia-depth-capture.html |
@@ -447,9 +447,9 @@ |
var arr = new Float32Array(width * height * 4); |
gl.readPixels(0, 0, width, height, gl.RGBA, gl.FLOAT, arr); |
var color_step = 1.0 / (width + height); |
- return verifyPixelsRed(arr, width, height, flip_y, color_step, |
- 1.0 /*wrap_around*/, 1.5 / 65535 /*tolerance*/, |
- test_name); |
+ return verifyPixels(arr, width, height, flip_y, color_step, |
+ 1.0 /*wrap_around*/, 1.5 / 65535 /*tolerance*/, |
+ test_name); |
} |
function onLoad() { |