Index: LayoutTests/svg/custom/svg-absolute-children.svg |
diff --git a/LayoutTests/svg/custom/svg-absolute-children.svg b/LayoutTests/svg/custom/svg-absolute-children.svg |
index 8b884fd81f9861e99caa601253824fb2f1f43788..8d83b7545c0d6bcecc5ef70e2ecef8f40bddd775 100644 |
--- a/LayoutTests/svg/custom/svg-absolute-children.svg |
+++ b/LayoutTests/svg/custom/svg-absolute-children.svg |
@@ -1,5 +1,5 @@ |
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" style="position: static" 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="100" height="100" style="position: static" onload="runRepaintAndPixelTest()"> |
+ <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/> |
<rect width="100" height="100" fill="red" /> |
<rect id="rect" width="1" height="1" fill="green" style="position: absolute" /> |
<script> |