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