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

Unified Diff: LayoutTests/http/tests/webfont/fontloader-loading-attribute-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/http/tests/webfont/fontloader-loading-attribute-expected.txt
diff --git a/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt b/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
index 135c4282cbddf95a2f22281195e4110bc31e1706..461e788adfbe5ef4f3c011195a6353aa1e384fae 100644
--- a/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
+++ b/LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt
@@ -1,14 +1,14 @@
-Test for FontFaceSet.loading attribute
+Test for FontFaceSet.status attribute
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.fonts.checkFont('10px TestFont') is false
-PASS document.fonts.loading is false
-PASS document.fonts.loading is true
-PASS document.fonts.checkFont('10px TestFont') is true
-PASS document.fonts.loading is true
-PASS document.fonts.loading is false
+PASS document.fonts.check('10px TestFont') is false
+PASS document.fonts.status is "loaded"
+PASS document.fonts.status is "loading"
+PASS document.fonts.check('10px TestFont') is true
+PASS document.fonts.status is "loaded"
+PASS document.fonts.status is "loaded"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/http/tests/webfont/fontloader-loading-attribute.html ('k') | Source/core/css/CSSSegmentedFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698