| Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js
|
| index e9584f8005c18ebcf967fd6a210283a14fbe807d..ac26059a2dec31829d7ace2c8a068e553983d941 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/script-tests/computed-style-with-zoom.js
|
| @@ -49,7 +49,7 @@ var testData = [
|
| ['-webkit-mask-position-y', '20px', '-20px'],
|
| ['-webkit-perspective-origin', '20px 20px'],
|
| ['-webkit-text-stroke-width'],
|
| - ['-webkit-transform', 'translate(20px, 20px)', 'translate3d(20px, 20px, 20px)'],
|
| + ['-webkit-transform', 'translate(20px, 20px)', 'translate3d(20px, 20px, 20px)', 'matrix3d(16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1)'],
|
| ['-webkit-transform-origin', '20px 20px', '-20px -20px'],
|
| ['background-position-x', '20px', '-20px'],
|
| ['background-position-y', '20px', '-20px'],
|
|
|