| Index: third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html
|
| index 9f07ab2ed6ec98d9bea9ab9b68891f44320dfe9d..0676ae01aaec94b3431beb0fed64181b0eed80ca 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/responsive/box-shadow-responsive.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="resources/responsive-test.js"></script>
|
| <script>
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'box-shadow',
|
| from: 'inherit',
|
| to: 'green 20px 20px 20px 20px',
|
| @@ -20,7 +20,7 @@ assertResponsive({
|
| }],
|
| });
|
|
|
| -assertResponsive({
|
| +assertCSSResponsive({
|
| property: 'box-shadow',
|
| from: 'inherit',
|
| to: 'green 20px 20px 20px 20px',
|
|
|