| Index: LayoutTests/svg/text/remove-text-node-from-tspan.html
|
| diff --git a/LayoutTests/svg/text/remove-text-node-from-tspan.html b/LayoutTests/svg/text/remove-text-node-from-tspan.html
|
| index 5aefb2610ecfcc88dde95d4634fdac4de2678a7f..422791a5c3f40a4834a51459bbafd26cedf6c4e5 100644
|
| --- a/LayoutTests/svg/text/remove-text-node-from-tspan.html
|
| +++ b/LayoutTests/svg/text/remove-text-node-from-tspan.html
|
| @@ -2,9 +2,9 @@
|
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<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; bottom: 0px; right: 0px">
|
| <title>You should see the word PASS two times</title>
|
| <text transform="translate(10, 50) scale(10 10)" font-size="12">
|
|
|