Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html |
| index 5befc7b4dc407ccfa2e2345dd844526d9ae07644..be0ae74e54270c9c5f160ffa7e274cde012515a6 100644 |
| --- a/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html |
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/color-responsive.html |
| @@ -1,7 +1,7 @@ |
| <!DOCTYPE html> |
| <script src="resources/responsive-test.js"></script> |
| <script> |
| -assertResponsive({ |
| +assertCSSResponsive({ |
| property: 'color', |
| from: 'inherit', |
| to: 'green', |
| @@ -20,7 +20,7 @@ assertResponsive({ |
| }], |
| }); |
| -assertResponsive({ |
| +assertCSSResponsive({ |
| property: 'color', |
| from: 'currentcolor', |
| to: 'green', |