[Webkit-unassigned] [Bug 61256] REGRESSION (r77257): Print HTML with only 1 line, then 2 pages are printed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 19:23:51 PDT 2011


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





--- Comment #38 from Kentaro Hara <haraken at google.com>  2011-06-08 19:23:50 PST ---
Now page rect sizing is done the same way across platforms with WebCore::Frame::resizePageRectsKeepingRatio(). It does not use 1px tolerance hacks. 

I confirmed the followings:

- This new patch passes printing/page-count-with-one-word.html on all of Mac Safari, Mac Chromium, Linux Chromium and Windows Chromium.
- With this new patch, only one page is printed
for all of {A3, A4, A5} {portrait, landscape} paper size PDF
on all of Mac Safari, Mac Chromium, Linux Chromium and Windows Chromium.

> This test is great for investigating this bug, 
> but it can't be just landed as is now. 
> it's too slow for a regression test (took 23 seconds on my machine in a debug build).

I reduced the number of page sizes in the test to 900 tests so that it runs faster.

-- 
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