Bug 61900 - Incorrect UA style when printing a simple document
Summary: Incorrect UA style when printing a simple document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-06-01 19:02 PDT by mitz
Modified: 2011-06-02 00:21 PDT (History)
0 users

See Also:


Attachments
Ensure that the default print style is set to the default simple style in the simple document case (2.14 KB, patch)
2011-06-01 19:09 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.