| Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-video.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-video.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-video.html
|
| index 77b345068b2e45e1e4e9e9ba2e1fd5c0ec4893d7..1bc8037fcb896cbca59a6431f4af29ea2743d68c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-video.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-image-bitmap-from-video.html
|
| @@ -18,8 +18,8 @@ var pixelType = "UNSIGNED_BYTE";
|
| var redColor = [255, 0, 0];
|
| var greenColor = [0, 255, 0];
|
| var blackColor = [0, 0, 0];
|
| -var halfRed = [128, 0, 0];
|
| -var halfGreen = [0, 128, 0];
|
| +var darkRed = [128, 0, 0];
|
| +var darkGreen = [0, 128, 0];
|
|
|
| var video = document.createElement("video");
|
|
|
|
|