| Index: LayoutTests/svg/filters/feImage-late-indirect-update.svg
|
| diff --git a/LayoutTests/svg/filters/feImage-late-indirect-update.svg b/LayoutTests/svg/filters/feImage-late-indirect-update.svg
|
| index 458ca6c8edeac6ad2f087ca202594d5e889a0d4f..bba21a36cfaa153207fffc84955edc223b26f057 100644
|
| --- a/LayoutTests/svg/filters/feImage-late-indirect-update.svg
|
| +++ b/LayoutTests/svg/filters/feImage-late-indirect-update.svg
|
| @@ -1,5 +1,5 @@
|
| -<svg 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 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="forceStyleRecalc();repaintTest();">
|
| +<script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <defs>
|
| <linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1">
|
| <stop id="stop" stop-color="red" offset="0"/>
|
|
|