| Index: third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js
|
| diff --git a/third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js b/third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js
|
| index 339256588e77d4fad61a750fdb843aa7f954cf21..75c819d04d52ddad5794b8d8038b0a638805a61c 100644
|
| --- a/third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js
|
| +++ b/third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js
|
| @@ -66,6 +66,7 @@ function fetchPixelAt(x, y, width, height, snapshot) {
|
|
|
| function completionCallback(width, height, snapshot) {
|
| var test = testsAndExpectations[testIndex];
|
| + debug('Snapshot width: ' + width + ' height: ' + height);
|
| debug('Test ' + testIndex + ': canvas should be ' + test['description']);
|
| try {
|
| var expectation = test['expected'];
|
|
|