| Index: third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| index 5eca81b5da06143913f537b4119775485fec30c6..35c17580c2d9772e22fd4d29a7347415070ef9d7 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| @@ -3,7 +3,7 @@
|
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js"></script>
|
| <title>The rectangle should be green.</title></head>
|
| <script>
|
| window.testIsAsync = true;
|
| @@ -52,7 +52,7 @@ function repaintTest() {
|
| setTimeout("updateFill()", 1);
|
| }
|
| </script>
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%">
|
| <defs id="defs"></defs>
|
| <rect id="shape" width="200" height="200"></rect>
|
|
|