Bug 48523 - page-break-before inside a table doesn't work
Summary: page-break-before inside a table doesn't work
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Printing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 07:15 PDT by dbo
Modified: 2011-09-28 06:51 PDT (History)
5 users (show)

See Also:


Attachments
Test files (365 bytes, application/x-gzip)
2010-10-28 07:16 PDT, dbo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbo 2010-10-28 07:15:52 PDT
I've tried to print a html page with a page break in a table (see test file PageBreakFailure.html).
Firefox print it correct but Chrome and QWebView irgnore the page break.
The printer works fine with the page break in file PageBreakOK.html
Comment 1 dbo 2010-10-28 07:16:35 PDT
Created attachment 72188 [details]
Test files
Comment 2 Alexey Proskuryakov 2010-10-28 10:35:43 PDT
page-break-before:always is set on a tr element here. Works in Firefox.
Comment 3 Rüdiger Cordes 2011-03-28 07:37:15 PDT
page-break-before:always in a tr is still not working under 534.27+

and after a page-break the margin of body is 0. So no margin like on the first page.