Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html |
| index 88527dbb9538f1d9cf0333d7089ff9ad4e430839..6f5043ffe33833645f561a4190a3b1360d143ad2 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html |
| +++ b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html |
| @@ -19,10 +19,10 @@ |
| 'perspective(200px) translate3D(10px, 10px, 10px)', |
|
pdr.
2016/11/08 07:04:08
Instead of modifying these tests, can you add new
Franklin Ta
2016/11/08 07:52:18
Acknowledged.
Franklin Ta
2016/11/09 07:12:06
Done.
|
| 'matrix(0, 1, 1, 0, 10, 10)', |
| 'matrix3d(' + |
| - '0, 1, 0, 0, ' + |
| - '1, 0, 0, 0, ' + |
| - '0, 0, 1, 0, ' + |
| - '10, 10, 10, 1)', |
| + '0.707106781186548, 0.000000000000000, -0.707106781186547, 0.003535533905933,' + |
| + '0.000000000000000, 1.000000000000000, 0.000000000000000, 0.000000000000000,' + |
| + '0.707106781186547, 0.000000000000000, 0.707106781186548, -0.003535533905933,' + |
| + '0.000000000000000, 0.000000000000000, 0.000000000000000, 1.000000000000000)', |
| 'perspective(200px) rotateY(45deg)', |
| 'none', |
| ].forEach(transform => { |