Index: LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
diff --git a/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml b/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
index eece1621698856a9aa09b3493aae0f0fdf8dc890..f5f4fc4c61260d4ea858659279217d692b36281e 100644 |
--- a/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
+++ b/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
@@ -193,7 +193,7 @@ function executeTest() { |
if (window.testRunner) { |
window.jsTestIsAsync = true; |
window.postZoomCallback = executeTest; |
- document.fonts.ready().then(function() { |
+ document.fonts.ready.then(function() { |
forceStyleRecalc(); |
repaintTest() |
}); |