2010-12-26 MORITA Hajime <morrita@google.com>
authormorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 27 Dec 2010 04:42:01 +0000 (04:42 +0000)
committermorrita@google.com <morrita@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 27 Dec 2010 04:42:01 +0000 (04:42 +0000)
commit7dfdc767953e5cec5726dbc4c476c5317c2c4982
tree59045624ce9081809e017ee75caa57c21b3bae09
parenta8e008766a4b4d57bcf55926b038c0e92761f475
2010-12-26  MORITA Hajime  <morrita@google.com>

        Reviewed by Dan Bernstein.

        For box-shadow, non-primary shadows should have specified radii.
        https://bugs.webkit.org/show_bug.cgi?id=51386

        * fast/box-shadow/spread-multiple-normal-expected.txt: Added.
        * fast/box-shadow/spread-multiple-normal.html: Added.
        * fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
        * fast/box-shadow/spread-multiple-normal-expected.png: Added.
2010-12-26  MORITA Hajime  <morrita@google.com>

        Reviewed by Dan Bernstein.

        For box-shadow, non-primary shadows should have specified radii.
        https://bugs.webkit.org/show_bug.cgi?id=51386

        On paintBoxShadow(), the spread value accidentally accumulated accidentally
        during the loop, which should be applied individually for radius of each shadow.
        This change makes the radii for rects computed for each shadow.

        Test: fast/box-shadow/spread-multiple-normal.html

        * rendering/RenderBoxModelObject.cpp:
        (WebCore::RenderBoxModelObject::paintBoxShadow):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74673 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/box-shadow/spread-multiple-normal-expected.checksum [new file with mode: 0644]
LayoutTests/fast/box-shadow/spread-multiple-normal-expected.png [new file with mode: 0644]
LayoutTests/fast/box-shadow/spread-multiple-normal-expected.txt [new file with mode: 0644]
LayoutTests/fast/box-shadow/spread-multiple-normal.html [new file with mode: 0644]
WebCore/ChangeLog
WebCore/rendering/RenderBoxModelObject.cpp