Index: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml |
diff --git a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml |
index e3b0ce4328301f3e2b090a8fd687a1eddc4b30af..96b95874b0f5f680e4c373af0ebe703166d75ca9 100644 |
--- a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml |
+++ b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml |
@@ -2,7 +2,7 @@ |
<head> |
<script>window.enablePixelTesting = true;</script> |
<script src="../../resources/js-test.js"></script> |
-<script src="../../fast/repaint/resources/repaint.js"></script> |
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script> |
<script type="text/javascript"> |
function repaintTest() { |
window.jsTestIsAsync = true; |
@@ -31,7 +31,7 @@ |
} |
</script> |
</head> |
-<body onload="runRepaintTest()"> |
+<body onload="runRepaintAndPixelTest()"> |
<svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> |
<path id="path" fill="green" transform="translate(10 10)" d="M 200 0 L 100 0 L 100 100"/> |
</svg> |