| Index: third_party/WebKit/LayoutTests/svg/repaint/add-border-property-on-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/add-border-property-on-root.html b/third_party/WebKit/LayoutTests/svg/repaint/add-border-property-on-root.html
|
| index fbef4e195ac117f0f0b4ce7bdfdab6b923416108..919c3499b38f7feff2435459acce249dd0f48b32 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/add-border-property-on-root.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/add-border-property-on-root.html
|
| @@ -2,7 +2,7 @@
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| window.testIsAsync = true;
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
|
|
| function repaintTest() {
|
| setTimeout(function() {
|
|
|