Index: LayoutTests/svg/custom/circle-move-invalidation.svg |
diff --git a/LayoutTests/svg/custom/circle-move-invalidation.svg b/LayoutTests/svg/custom/circle-move-invalidation.svg |
index f8ba8b95bd47bb77c5334196ea36369ddeb1b57f..eb24fcd19bd897e1d643cb6c09147136230196c7 100644 |
--- a/LayoutTests/svg/custom/circle-move-invalidation.svg |
+++ b/LayoutTests/svg/custom/circle-move-invalidation.svg |
@@ -1,6 +1,6 @@ |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<head> |
-<script src="../../fast/repaint/resources/repaint.js"/> |
+<script src="../../fast/repaint/resources/text-based-repaint.js"/> |
<title>Bug 22660</title> |
<script> |
function repaintTest() { |
@@ -10,7 +10,7 @@ function repaintTest() { |
} |
</script> |
</head> |
-<body onload="runRepaintTest()"> |
+<body onload="runRepaintAndPixelTest()"> |
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 400 400" style="width:300px; height:300px; border: 1px solid black;"> |
<circle id="c1" cx="100" cy="100" r="50" style="fill:red" /> |
</svg> |