| Index: third_party/WebKit/LayoutTests/svg/custom/text-repaint-including-stroke.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/text-repaint-including-stroke.svg b/third_party/WebKit/LayoutTests/svg/custom/text-repaint-including-stroke.svg
|
| index 1aed03f734ba87ea84fbb69ec17f3ea623f502b2..3c68123ddcf96e51ee24157dc5f8f9e0052baea5 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/text-repaint-including-stroke.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/text-repaint-including-stroke.svg
|
| @@ -1,5 +1,5 @@
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600" onload="runRepaintAndPixelTest()">
|
| - <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600" onload="runRepaintTest()">
|
| + <script xlink:href="../../fast/repaint/resources/repaint.js"/>
|
| <script type="text/ecmascript"><![CDATA[
|
| function repaintTest() {
|
| bounce = document.getElementById("bounce");
|
|
|