UNCONFIRMED 39732
A margin-{top,bottom} should be collapsed when printing.
https://bugs.webkit.org/show_bug.cgi?id=39732
Summary A margin-{top,bottom} should be collapsed when printing.
Hayato Ito
Reported 2010-05-26 07:18:14 PDT
When printing the following html, more than 10 pages are printed, which should be avoided. <html> <body> hello <div style="margin-top:10000px"> world </div> </body> </html> Both Opera 10.5.3 (Mac OSX 10.5) and Firefox 3.6.2 (Mac OSX 10.5) print only 2 pages.
Attachments
Note You need to log in before you can comment on or make changes to this bug.