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

Unified Diff: LayoutTests/fast/css/font-face-unicode-range-overlap-load.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
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-unicode-range-overlap-load.html
diff --git a/LayoutTests/fast/css/font-face-unicode-range-overlap-load.html b/LayoutTests/fast/css/font-face-unicode-range-overlap-load.html
index 372971b59d48cc8c497a0bb4f9d118ecaffe047c..5c0a8172a55a8d95effe8cd7adf5cbbddc3a6edb 100644
--- a/LayoutTests/fast/css/font-face-unicode-range-overlap-load.html
+++ b/LayoutTests/fast/css/font-face-unicode-range-overlap-load.html
@@ -44,7 +44,7 @@ function getDocumentFontFaces() {
return faces;
}
-document.fonts.ready().then(function() {
+document.fonts.ready.then(function() {
faces = getDocumentFontFaces();
shouldBe('faces.length', '6');
shouldBeEqualToString('faces[0].status', 'unloaded');
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698