| Index: third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem.html b/third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem.html
|
| index 5b1f70c73ac4fdeb6b6f65bc337db4671cc3f941..31c7a4caff556b15c6fef777084ce764d47657e7 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem.html
|
| @@ -6,7 +6,7 @@
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| testIsAsync = true;
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
|
|
| function repaintTest() {
|
| var transform = document.querySelector('svg').createSVGTransform();
|
|
|