Alex Rudenko
Alex Rudenko
Ref https://crbug.com/367245203
I am able to reproduce. @whimboo could you please take a look?
Executable example: ``` const puppeteer = require('puppeteer'); // 23.2.1 (npx puppeteer browsers install firefox) async function printPDF() { const browser = await puppeteer.launch({ browser: 'firefox' }); const page = await...
Upstream https://crbug.com/1463333
Do you get the same result if you use `headless: 'new'`?
it looks like the headful and the new headless have the same issue. Filed https://bugs.chromium.org/p/chromium/issues/detail?id=1433197
> The workaround is to specify either class="text" or style="font-size: " on the provided templates. from the ticket above.
Puppeteer currently does not support screen emulation which is technically separate from the viewport emulation. The screen-info arg recently got a ton of new features to support changes in web...
Thanks for reporting, I am not able to run the example, could you please format the issue so that the code is formatted and does not rely on the unspecified...
Could you please just include the final HTML that is sent to the print function in code and remove any dependencies on express and express. Thanks!