Bug 106404

Summary: border-radius with box-shadow is not rendered correctly
Product: WebKit Reporter: Takashi Sakamoto <tasak>
Component: Layout and RenderingAssignee: Takashi Sakamoto <tasak>
Status: RESOLVED FIXED    
Severity: Normal CC: dominicc, morrita, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jsfiddle.net/L7wy/eKMqW/
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Takashi Sakamoto 2013-01-08 18:57:16 PST
Reported by http://code.google.com/p/chromium/issues/detail?id=162371

The URL's div should have rounded top-left and top-right border, but doesn't have.
Comment 1 Takashi Sakamoto 2013-01-08 20:39:21 PST
Created attachment 181834 [details]
Patch
Comment 2 Hajime Morrita 2013-01-08 21:08:42 PST
Comment on attachment 181834 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=181834&action=review

> LayoutTests/fast/borders/border-radius-with-box-shadow-expected.txt:1
> +layer at (0,0) size 800x600

We don't need render tree dump. Use dumpAsText(true)
Comment 3 Takashi Sakamoto 2013-01-08 22:46:03 PST
Created attachment 181850 [details]
Patch
Comment 4 Takashi Sakamoto 2013-01-08 22:48:16 PST
Comment on attachment 181834 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=181834&action=review

Thank you for reviewing.

>> LayoutTests/fast/borders/border-radius-with-box-shadow-expected.txt:1
>> +layer at (0,0) size 800x600
> 
> We don't need render tree dump. Use dumpAsText(true)

Yeah. I found typos, testRunnder. I fixed the typos and removed render tree dump.
Comment 5 Takashi Sakamoto 2013-01-09 03:41:45 PST
Created attachment 181891 [details]
Patch
Comment 6 Takashi Sakamoto 2013-01-09 03:43:03 PST
I rebased platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png.
Comment 7 WebKit Review Bot 2013-01-09 04:22:00 PST
Comment on attachment 181891 [details]
Patch

Rejecting attachment 181891 [details] from commit-queue.

New failing tests:
inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Full output: http://queues.webkit.org/results/15758495
Comment 8 Takashi Sakamoto 2013-01-09 16:28:34 PST
Created attachment 182006 [details]
Patch
Comment 9 WebKit Review Bot 2013-01-09 16:46:20 PST
Comment on attachment 182006 [details]
Patch

Clearing flags on attachment: 182006

Committed r139256: <http://trac.webkit.org/changeset/139256>
Comment 10 WebKit Review Bot 2013-01-09 16:46:23 PST
All reviewed patches have been landed.  Closing bug.