Index: LayoutTests/svg/text/ems-display-none.svg |
diff --git a/LayoutTests/svg/text/ems-display-none.svg b/LayoutTests/svg/text/ems-display-none.svg |
index 91cd50c031a3c1250fd1c1d5c67d96cb3bc50330..b8955feca32e4f086e838346c11b12f889fa6ab1 100644 |
--- a/LayoutTests/svg/text/ems-display-none.svg |
+++ b/LayoutTests/svg/text/ems-display-none.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" 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" onload="runRepaintAndPixelTest()"> |
+ <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/> |
<g font-size="40"> |
<text id="text" y="50" display="none"> |
<tspan id="tspan" x="50" dy="1em">Two lines of text should be visible.</tspan> |