| Index: third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-offset.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-offset.html b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-offset.html
|
| index d560bfa4cce0b6b5c3bf9d96d7ba096966819091..d263cd25fe80b1997874d155b68a65ed65293782 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-offset.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-offset.html
|
| @@ -30,7 +30,7 @@
|
| <div class="box before"></div>
|
| <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
|
| <defs>
|
| - <filter id="offset">
|
| + <filter id="offset" x="-0.5" y="-0.5" width="2" height="2">
|
| <feOffset dx="190" dy="190"/>
|
| </filter>
|
| </defs>
|
|
|