| Index: LayoutTests/svg/custom/repaint-shadow.svg
|
| diff --git a/LayoutTests/svg/custom/repaint-shadow.svg b/LayoutTests/svg/custom/repaint-shadow.svg
|
| index 79853234a83442bc8bdbcd908f26ec2ed35ab229..4e5d80c3d712e24630ec24bbbcca7c49b44c92ed 100644
|
| --- a/LayoutTests/svg/custom/repaint-shadow.svg
|
| +++ b/LayoutTests/svg/custom/repaint-shadow.svg
|
| @@ -18,6 +18,6 @@
|
| }
|
| if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| - document.fonts.ready().then(runRepaintAndPixelTest);
|
| + document.fonts.ready.then(runRepaintAndPixelTest);
|
| </script>
|
| </svg>
|
|
|