| Index: third_party/WebKit/LayoutTests/svg/custom/resource-client-removal.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/resource-client-removal.svg b/third_party/WebKit/LayoutTests/svg/custom/resource-client-removal.svg
|
| index 339fa42d85ede748df96e305ee21e55f2ad8cebb..c04c3da2e19f8b677715a9f03e13b4268eac2697 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/resource-client-removal.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/resource-client-removal.svg
|
| @@ -1,6 +1,6 @@
|
| -<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
|
| +<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
|
| <script xlink:href="../../resources/run-after-layout-and-paint.js"/>
|
| -<script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
|
| +<script xlink:href="../../fast/repaint/resources/repaint.js"/>
|
| <script>
|
| <![CDATA[
|
| window.testIsAsync = true;
|
|
|