[Webkit-unassigned] [Bug 39732] New: A margin-{top, bottom} should be collapsed when printing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 07:18:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39732

           Summary: A margin-{top,bottom} should be collapsed when
                    printing.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: hamaji at chromium.org, yuzo at google.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list