| Index: third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
|
| index 0aec619aab8ccb8b1d6ca48cda6be2d430672faf..2f5c4903b211ab5252101699344fbe184a1c27b8 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/line-height-responsive.html
|
| @@ -6,7 +6,7 @@
|
| </style>
|
| <script src="resources/responsive-test.js"></script>
|
| <script>
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'line-height',
|
| from: 'inherit',
|
| to: '200px',
|
| @@ -25,7 +25,7 @@ assertResponsive({
|
| }],
|
| });
|
|
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'line-height',
|
| to: '200px',
|
| configurations: [{
|
| @@ -67,7 +67,7 @@ assertResponsive({
|
| }],
|
| });
|
|
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'line-height',
|
| to: '20',
|
| configurations: [{
|
|
|