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

Unified Diff: LayoutTests/fast/css/fontface-arraybuffer.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/fast/css/fontface-arraybuffer.html
diff --git a/LayoutTests/fast/css/fontface-arraybuffer.html b/LayoutTests/fast/css/fontface-arraybuffer.html
index ee4c7ca1a0f422a7cc1de8577ce50e404294922b..1bbcd1ca8eaa93157ef681dcd7cc6e2b8e8b0d34 100644
--- a/LayoutTests/fast/css/fontface-arraybuffer.html
+++ b/LayoutTests/fast/css/fontface-arraybuffer.html
@@ -28,7 +28,7 @@ shouldBeEqualToString('face3.status', 'error');
face3.load().catch(function(v) {
rejectionValue = v;
shouldBeEqualToString('rejectionValue.name', 'SyntaxError');
- document.fonts.ready().then(verify);
+ document.fonts.ready.then(verify);
});
function verify() {

Powered by Google App Engine
This is Rietveld 408576698