| Index: third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
|
| index 18a49310b6fd73ef36519e08099cca2aaf4e461b..f508a1bd028255d83d69a94cb1f317193aac05d4 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-drop-shadow-negative-radius.html
|
| @@ -7,7 +7,7 @@
|
| width: 100px;
|
| height: 100px;
|
| background-color: rgb(0, 255, 0);
|
| - -webkit-filter: drop-shadow(10px 10px -1px rgb(255, 0, 0));
|
| + filter: drop-shadow(10px 10px -1px rgb(255, 0, 0));
|
| }
|
| </style>
|
| </head>
|
|
|