Index: LayoutTests/svg/custom/text-repaint-including-stroke.svg |
diff --git a/LayoutTests/svg/custom/text-repaint-including-stroke.svg b/LayoutTests/svg/custom/text-repaint-including-stroke.svg |
index 3c68123ddcf96e51ee24157dc5f8f9e0052baea5..1aed03f734ba87ea84fbb69ec17f3ea623f502b2 100644 |
--- a/LayoutTests/svg/custom/text-repaint-including-stroke.svg |
+++ b/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="runRepaintTest()"> |
- <script xlink:href="../../fast/repaint/resources/repaint.js"/> |
+<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"/> |
<script type="text/ecmascript"><![CDATA[ |
function repaintTest() { |
bounce = document.getElementById("bounce"); |