Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html |
| index 59ec1b04f1d1844e45d714874b0807fd3ce6e823..8146b7f6dcb9c0819a13d9a7672fffa20467dae5 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html |
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html |
| @@ -1,7 +1,7 @@ |
| <!DOCTYPE html> |
| <script src="resources/responsive-test.js"></script> |
| <script> |
| -assertResponsive({ |
| +assertCSSResponsive({ |
| property: 'left', |
| from: 'inherit', |
| to: '200px', |
| @@ -20,7 +20,7 @@ assertResponsive({ |
| }], |
| }); |
| -assertResponsive({ |
| +assertCSSResponsive({ |
| property: 'left', |
| to: '200px', |
| configurations: [{ |