Summary: | if both border-radius and box-shadow applied, shadow is not fully visible | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Petr Gajdůšek <gajdusek.petr> | ||||||||||||
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> | ||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||
Severity: | Normal | CC: | commit-queue, jchaffraix, kulanthaivel, simon.fraser | ||||||||||||
Priority: | P2 | ||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||
Hardware: | PC | ||||||||||||||
OS: | All | ||||||||||||||
Attachments: |
|
Description
Petr Gajdůšek
2011-04-26 21:12:06 PDT
Created attachment 91224 [details]
testcase
Created attachment 91225 [details]
testcase
Created attachment 94155 [details]
Proposed patch.
Comment on attachment 94155 [details] Proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=94155&action=review > Source/WebCore/platform/graphics/RoundedIntRect.cpp:81 > + float factor = 0; No need to initialize this here. You should also move this line to just above the if () test below. Created attachment 94271 [details]
Proposed patch.
Comment on attachment 94271 [details] Proposed patch. Rejecting attachment 94271 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-7', 'build-..." exit_code: 2 Last 500 characters of output: tmlmp . http/tests/xmlhttprequest ................................................................................................................................................................................ http/tests/xmlhttprequest/web-apps ............... http/tests/xmlhttprequest/workers ........... http/tests/xmlviewer . http/tests/xmlviewer/dumpAsText ........... 739.88s total testing time 23588 test cases (99%) succeeded 1 test case (<1%) was new 14 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/8721452 Created attachment 94298 [details]
Archive of layout-test-results from cr-jail-7
The attached test failures were seen while running run-webkit-tests on the commit-queue.
Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.7
|