зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1648064 - Disable the URL in the header in printpreview_helper. r=nordzilla
It seems win7 sometimes displaces it slightly. We've hit this in the past and it's not the point of the test so just get rid of it. Differential Revision: https://phabricator.services.mozilla.com/D84597
This commit is contained in:
Родитель
8db5de01c5
Коммит
f197b3c60e
|
@ -63,6 +63,8 @@ function printpreview(hasMozPrintCallback) {
|
|||
.getService(Ci.nsIPrintSettingsService).globalPrintSettings;
|
||||
settings.showPrintProgress = false;
|
||||
settings.printBGColors = true;
|
||||
settings.headerStrLeft = "";
|
||||
settings.headerStrRight = "";
|
||||
var before = 0;
|
||||
var after = 0;
|
||||
function beforeprint() { ++before; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче