| Index: third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update.html b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update.html
|
| index bf22fec603ba3f54a69b8fd26cd963b97075e468..86272923183f19241f42d6a64df1402664a44c7f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/text-pattern-update.html
|
| @@ -13,5 +13,5 @@ function repaintTest() {
|
| var pattern = document.querySelector('pattern');
|
| pattern.setAttribute('y', 100);
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
|
|