Bug 58162 - Negative spread should not make a sharp corner rounded
Summary: Negative spread should not make a sharp corner rounded
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 13:50 PDT by Simon Fraser (smfr)
Modified: 2011-04-08 17:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (99.92 KB, patch)
2011-04-08 16:49 PDT, Hajime Morrita
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-04-08 13:50:04 PDT
The 6th box in LayoutTests/fast/box-shadow/inset-box-shadows.html has incorrect results now.
Comment 1 Simon Fraser (smfr) 2011-04-08 13:50:22 PDT
Regression from bug 49726?
Comment 2 Simon Fraser (smfr) 2011-04-08 13:54:09 PDT
Also seen in LayoutTests/fast/box-shadow/inset.html
Comment 3 Hajime Morrita 2011-04-08 16:48:42 PDT
Hi Simon, thank you for noticing this. I'm fixing this.
The patch will come shortly.

Rounded rects and squared rects should be handled differently.
But my last change that you pointed out didn't do such.
Comment 4 Hajime Morrita 2011-04-08 16:49:38 PDT
Created attachment 88899 [details]
Patch
Comment 5 Hajime Morrita 2011-04-08 17:01:01 PDT
Committed r83360: <http://trac.webkit.org/changeset/83360>