| Index: third_party/WebKit/LayoutTests/svg/repaint/remove-background-property-on-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/remove-background-property-on-root.html b/third_party/WebKit/LayoutTests/svg/repaint/remove-background-property-on-root.html
|
| index e1b84e18ee7e162f04bb677c770c4b448469acc3..67b7aecc2d2f0d03c7f2a49dc38d552322c9f9f8 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/remove-background-property-on-root.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/remove-background-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() {
|
|
|