Bug 61900

Summary: Incorrect UA style when printing a simple document
Product: WebKit Reporter: mitz
Component: CSSAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar, Regression
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Ensure that the default print style is set to the default simple style in the simple document case andersca: review+

Description mitz 2011-06-01 19:02:53 PDT
Incorrect UA style when printing a simple document
Comment 1 mitz 2011-06-01 19:09:01 PDT
Created attachment 95702 [details]
Ensure that the default print style is set to the default simple style in the simple document case
Comment 2 mitz 2011-06-01 19:10:25 PDT
<rdar://problem/8629031>
Comment 3 mitz 2011-06-01 19:11:25 PDT
You can reproduce this bug if, in a fresh instance of Safari, you navigate to
data:text/html,<div>foo</div><div>bar</div>
and print the document. It will print “foobar” on a single line, because the div elements will be inlines.
Comment 4 mitz 2011-06-02 00:21:52 PDT
Fixed in r87882.