| Index: LayoutTests/svg/custom/repaint-shadow.svg
|
| diff --git a/LayoutTests/svg/custom/repaint-shadow.svg b/LayoutTests/svg/custom/repaint-shadow.svg
|
| index 099cedf37e61b37e65c86bf3ce5e89a8a22a5094..79853234a83442bc8bdbcd908f26ec2ed35ab229 100644
|
| --- a/LayoutTests/svg/custom/repaint-shadow.svg
|
| +++ b/LayoutTests/svg/custom/repaint-shadow.svg
|
| @@ -6,7 +6,7 @@
|
| src: url(../../resources/Ahem.ttf);
|
| }
|
| </style>
|
| - <script xlink:href="../../fast/repaint/resources/repaint.js"/>
|
| + <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
|
| <text x="20" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
|
| <text x="170" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
|
|
|
| @@ -18,6 +18,6 @@
|
| }
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| - document.fonts.ready().then(runRepaintTest);
|
| + document.fonts.ready().then(runRepaintAndPixelTest);
|
| </script>
|
| </svg>
|
|
|