diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/ChangeLog')
-rw-r--r-- | third_party/WebKit/LayoutTests/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/ChangeLog b/third_party/WebKit/LayoutTests/ChangeLog index 6dd17f8..277f0f2 100644 --- a/third_party/WebKit/LayoutTests/ChangeLog +++ b/third_party/WebKit/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2010-11-30 Helder Correia <helder@sencha.com> + + Reviewed by Kenneth Rohde Christiansen. + + New fast canvas test to ensure correct behavior of canvas with + drawImage + shadow after scaling + https://bugs.webkit.org/show_bug.cgi?id=50202 + + The shadow offsets of the drawn images must not be affected by the + scaling transformation. + + * fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added. + * fast/canvas/canvas-scale-drawImage-shadow.html: Added. + * fast/canvas/script-tests/canvas-scale-drawImage-shadow.js: Added. + 2010-11-25 Satish Sampath <satish@chromium.org> Reviewed by Kent Tamura. |