| Index: third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
|
| index 6ee3464a687353291476e36f2f2d26782f4d271b..4a7ef0b3f1900b13456cfb8b4a0ee200b84f824e 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/background-image-responsive.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="resources/responsive-test.js"></script>
|
| <script>
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'background-image',
|
| to: 'url("test://to")',
|
| configurations: [{
|
| @@ -25,7 +25,7 @@ assertResponsive({
|
| }],
|
| });
|
|
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'background-image',
|
| from: 'inherit',
|
| to: 'url("test://to")',
|
|
|