Bug 235066

Summary: REGRESSION(?): Printing PDF from iframe result in blank page
Product: WebKit Reporter: cyril
Component: FramesAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 15   
Hardware: Mac (Apple Silicon)   
OS: macOS 12   
Attachments:
Description Flags
Simple proof of concept to highlight the issue. none

Description cyril 2022-01-11 07:42:34 PST
Created attachment 448847 [details]
Simple proof of concept to highlight the issue.

Programmatically printing a PDF from an iframe result in a blank page. 

You can find an archive attached to this message, on which you can run a web server to reproduce the issue. 

If a `setTimeout` is set (1000ms in the attached example) before the call to `print()`, the 
first attempt works (see `working-print.png` in the attached archive)

However if we click on "cancel", successive attempts result in a blank page, after asking "This web page is trying to print. Do you want to print this web page?". 
(See `failed-print.png` in the attached archive). 

So far I have only reproduced the bug on Safari. I have tested it on last versions of Firefox (95) and Chrome (97) without the bug happening. 

It seems that the bug has been introduced in a recent version of Safari, as it used to work before.
Comment 1 Radar WebKit Bug Importer 2022-01-12 09:32:51 PST
<rdar://problem/87464058>