| Index: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
|
| diff --git a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
|
| index b471ad06e9b73c6d5c501ebe567ea7b3d52ac66b..e1b39d569f0c0f04dea9c5e4d8a54d4723a87213 100644
|
| --- a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
|
| +++ b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
|
| @@ -1,6 +1,6 @@
|
| <?xml version="1.0" standalone="no"?>
|
| -<svg width="600" height="500" 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"></script>
|
| +<svg width="600" height="500" 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"></script>
|
| <path d="M50,150 l45,-43 l24,64 l-69,-21z" fill="#FF0000" stroke="#000000" stroke-width="5"/>
|
| <text x="10" y="20" style="font-weight:bold">Right after loading, a segment is added to the path.</text>
|
| <text x="10" y="40" style="font-weight:bold">The path and its attribute should be updated to include the new segment.</text>
|
|
|