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

Unified Diff: LayoutTests/fast/css/fontloader-download-error.html

Issue 23717059: [Font Load Events] Implement FontFaceSet methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months 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/fast/css/fontloader-download-error.html
diff --git a/LayoutTests/fast/css/fontloader-download-error.html b/LayoutTests/fast/css/fontloader-download-error.html
index 83685a9bda9e976508f2b41bfea3b15440a1b817..321a7fdaa7a66f59ca8efa85ad5ae887b0a214c2 100644
--- a/LayoutTests/fast/css/fontloader-download-error.html
+++ b/LayoutTests/fast/css/fontloader-download-error.html
@@ -41,7 +41,7 @@ function runTests() {
document.fonts.addEventListener('loading', onLoading);
document.fonts.addEventListener('loadingdone', onLoadingDone);
document.fonts.addEventListener('loadingerror', onLoadingError);
- document.fonts.notifyWhenFontsReady(finish);
+ document.fonts.ready().then(finish);
}
var event;
« no previous file with comments | « LayoutTests/fast/css/fontloader-css-change-in-callback.html ('k') | LayoutTests/fast/css/fontloader-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698