Created attachment 86678 [details] Reduction After http://trac.webkit.org/changeset/77257, the attached reduction no longer prints the entire page, just the first page. It appears that width/height on the P are the culprit. Removing them or making width less than ~600px makes the document print properly again. First seen in: http://code.google.com/p/chromium/issues/detail?id=76694
Created attachment 86869 [details] Patch that fixes the bug
Overflow needed to be cleared after the current document size was queried. Simple mistake. Needs a test case if one of the Chromium guys wants to finish this off.
(In reply to comment #2) > Overflow needed to be cleared after the current document size was queried. Simple mistake. Needs a test case if one of the Chromium guys wants to finish this off. !!!!!111!!! Thanks Dave.
Created attachment 86954 [details] Patch
Committed r81970: <http://trac.webkit.org/changeset/81970>
<rdar://problem/8994076>
http://trac.webkit.org/changeset/81970 might have broken SnowLeopard Intel Release (WebKit2 Tests) The following tests are not passing: printing/page-count-layout-overflow.html