Bug 14342

Summary: Padding-right is not rendered accordingly in an overflowed block-level element
Product: WebKit Reporter: Gérard Talbot <browserbugs2>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: VERIFIED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   
URL: http://www.gtalbot.org/BrowserBugsSection/Opera9Bugs/Opera9PaddingRightMisrendered.html

Description Gérard Talbot 2007-06-23 13:43:30 PDT
DUP of bug 13632 ?

Steps:
Load provided URL

Actual results in Safari 3.0.2 build 522.13.1:
padding-right is not rendered at all or padding-right is 0

Expected results:
a padding-right of 50px should be rendered

Notes
- A padding-left of 50px is rendered
- MSIE 6 and MSIE7 get expected results

There is a good/reasonable chance that this is a DUPLICATE of 
bug 13632: Overflow scrolling doesn't account for bottom padding. Please resolve accordingly.
Comment 1 Dave Hyatt 2007-06-23 15:38:16 PDT
It is indeed a dup.  We fail to honor right padding for the same reason we fail to honor bottom padding.  We also don't honor margins on children either (right margins or bottom margins).
Comment 2 Gérard Talbot 2007-06-23 22:39:13 PDT
Resolving as DUPLICATE of bug 13632

*** This bug has been marked as a duplicate of 13632 ***