| Index: third_party/WebKit/LayoutTests/svg/repaint/outline-offset-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-text.html b/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-text.html
|
| index a15475631b93c075a3abec6e198468fa72f7e83a..6d1dd4249baf1ef50db78450102bd7b1ae74f5c1 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-text.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/outline-offset-text.html
|
| @@ -4,7 +4,7 @@
|
| function repaintTest() {
|
| document.querySelector('text').setAttribute('x', 200);
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| text {
|
|
|