Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: third_party/WebKit/LayoutTests/printing/resources/webgl-repeated-printing-common.js

Issue 2013213002: Add debug output to see what happens during win10 printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/webgl-repeated-printing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'];
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/printing/webgl-repeated-printing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698