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

Unified Diff: LayoutTests/http/tests/webfont/webfont-cors.html

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/http/tests/webfont/webfont-cors.html
diff --git a/LayoutTests/http/tests/webfont/webfont-cors.html b/LayoutTests/http/tests/webfont/webfont-cors.html
index b2b85d5f8330afd51999b7f72e71575f28579cc5..b32c794d9772c3eb54a6aee5b99a58eff775cf23 100644
--- a/LayoutTests/http/tests/webfont/webfont-cors.html
+++ b/LayoutTests/http/tests/webfont/webfont-cors.html
@@ -19,7 +19,7 @@ This text should NOT be rendered with ahem font.
if (window.testRunner)
testRunner.waitUntilDone();
-document.fonts.ready().then(function() {
+document.fonts.ready.then(function() {
if (window.testRunner)
testRunner.notifyDone();
});

Powered by Google App Engine
This is Rietveld 408576698