Index: LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg |
diff --git a/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg b/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg |
index 2f9d0167b51cdd5a67e4dde6e0469ebf5341fe50..37f102f700c12d17e2f2490d409832edeb85d9cf 100644 |
--- a/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg |
+++ b/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg |
@@ -1,6 +1,6 @@ |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" 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="300" height="300" onload="runRepaintAndPixelTest()"> |
+<script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/> |
<!-- Tests the correct calculation of repaint rect. The triangle should be on the left hand side of the line. --> |
<script> |
function repaintTest() { |