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

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

Issue 7348010: Added Header and Footer support using Skia (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: New snapshot based on Steve and Kausalya's comments Created 9 years, 4 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/renderer/print_web_view_helper_win.cc ('k') | printing/print_job_constants.h » ('j') | 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 d7bb3079df29c30729052a6d5bbf86ae2fa8a353..8148b5039ecc64820747a4f00eb4ee2197bb45ec 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -289,6 +289,7 @@ TEST_F('PrintPreviewWebUITest', 'TestSectionsDisabled', function() {
checkSectionVisible(layoutSettings.layoutOption_, false);
checkSectionVisible(colorSettings.colorOption_, false);
checkSectionVisible(copiesSettings.copiesOption_, false);
+ checkSectionVisible($('options-option'), false);
dpapad 2011/08/05 00:34:59 This test fails as it is. Why should the headers/f
Aayush Kumar 2011/08/05 00:52:39 Restored change - will create a separate CL for JS
});
// Test that the color settings are set according to the printer capabilities.
« no previous file with comments | « chrome/renderer/print_web_view_helper_win.cc ('k') | printing/print_job_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698