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