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

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 2865633004: Fix all remaining print preview closure compiler errors (Closed)
Patch Set: Restore global printPreview for tests Created 3 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 | « chrome/browser/resources/print_preview/settings/more_settings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index d01c54386aa7e1136bc30143b09c7c7f751aa252..db322ac1d6ee48f24edb38c53a85d61b4c57b32b 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -119,6 +119,7 @@ PrintPreviewWebUITest.prototype = {
function() {
return false;
};
+
dpapad 2017/05/09 01:18:07 Nit: Maybe revert changes in this file for now?
rbpotter 2017/05/09 01:36:36 Done.
}.bind(this));
},
@@ -626,7 +627,6 @@ TEST_F('PrintPreviewWebUITest', 'SourceIsHTMLCapabilities', function() {
checkElementDisplayed(rasterize, false);
checkSectionVisible(mediaSize, false);
checkSectionVisible(scalingSettings, false);
-
this.expandMoreSettings();
checkElementDisplayed(fitToPage, false);
@@ -634,7 +634,6 @@ TEST_F('PrintPreviewWebUITest', 'SourceIsHTMLCapabilities', function() {
checkElementDisplayed(rasterize, false);
checkSectionVisible(mediaSize, true);
checkSectionVisible(scalingSettings, true);
-
this.waitForAnimationToEnd('more-settings');
});
« no previous file with comments | « chrome/browser/resources/print_preview/settings/more_settings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698