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:
Emilio Cobos Álvarez 2020-07-22 20:30:23 +00:00
Родитель 8db5de01c5
Коммит f197b3c60e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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; }