Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml

Issue 816923002: Switch FontFaceSet#ready from a method to an attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
});
« no previous file with comments | « LayoutTests/svg/custom/repaint-shadow-expected.txt ('k') | LayoutTests/svg/zoom/page/zoom-zoom-coords-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698