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