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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt

Issue 2340273002: Fix FontFaceSet state getting stuck at loading (Closed)
Patch Set: Separate test case Created 4 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: third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt b/third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt
deleted file mode 100644
index d05f6fb921378c57e557342910cf686583b24d2d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/fontfaceset-status-attribute-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Test for FontFaceSet.status attribute
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-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 successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698