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