NEW 124271
Very simple document is forced onto the second page when printed
https://bugs.webkit.org/show_bug.cgi?id=124271
Summary Very simple document is forced onto the second page when printed
Tim Horton
Reported 2013-11-13 01:28:03 PST
With a very simple file: <!DOCTYPE html> <html> <body> <div style="height: 791px;"> <iframe width="700px" height="913px" frameborder="0" src="data:text/html,abcdef"></iframe> </div> </body> </html> With some page sizes (US Letter, etc.), the content of the iframe is forced onto the second page for no reason. <rdar://problem/14865352>
Attachments
repro (189 bytes, text/html)
2013-11-13 01:28 PST, Tim Horton
no flags
Tim Horton
Comment 1 2013-11-13 01:28:15 PST
Chris Rebert
Comment 2 2015-01-10 21:43:44 PST
Intermittently reproducible in Safari Version 8.0.2 (10600.2.5) on OS X Yosemite.
Note You need to log in before you can comment on or make changes to this bug.