Index: LayoutTests/svg/text/text-rescale.html |
diff --git a/LayoutTests/svg/text/text-rescale.html b/LayoutTests/svg/text/text-rescale.html |
index 96f71f4639f9070c0a00f1fe5c6819060744b7a8..889b05668bed6031db2c45cfcd5e4d8e7fa99a70 100644 |
--- a/LayoutTests/svg/text/text-rescale.html |
+++ b/LayoutTests/svg/text/text-rescale.html |
@@ -3,9 +3,9 @@ |
<!-- Test that a script can change the scale of text from very small to something visible --> |
<!-- see: https://bugs.webkit.org/show_bug.cgi?id=75091 --> |
<!-- If this test passes there should be 3 rows and 4 columns of "PASS" --> |
-<script src="../../fast/repaint/resources/repaint.js"></script> |
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script> |
</head> |
-<body onload="runRepaintTest()"> |
+<body onload="runRepaintAndPixelTest()"> |
<svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px"> |
<g id="text1g" transform="scale(0.001)"> |
<text x="0" y="50" font-size="40" fill="#080"> |
@@ -52,4 +52,4 @@ |
} |
</script> |
</body> |
-</html> |
+</html> |