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

Unified Diff: LayoutTests/fast/css/fontloader-multiple-faces-expected.txt

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-multiple-faces-expected.txt
diff --git a/LayoutTests/fast/css/fontloader-multiple-faces-expected.txt b/LayoutTests/fast/css/fontloader-multiple-faces-expected.txt
index 44d4e4d4e6cc10a24992dc3eb55ccd09b63cc477..9eb52189ac4420df01d7e06e3217756660d266f1 100644
--- a/LayoutTests/fast/css/fontloader-multiple-faces-expected.txt
+++ b/LayoutTests/fast/css/fontloader-multiple-faces-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS event.fontfaces.length is 2
PASS event.fontfaces[0].status is "loaded"
PASS event.fontfaces[1].status is "loaded"
-PASS document.fonts.checkFont('10px TestFont') is true
+PASS document.fonts.check('10px TestFont') is true
PASS firedEvents is ['loading', 'loadingdone']
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698