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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading-expected.txt

Issue 2620293002: Remove CSSFontSelector argument and member from CSSSegmentedFontFace (Closed)
Patch Set: Update test for CL comments Created 3 years, 10 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/fast/css/fontfaceset-add-remove-while-loading-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading-expected.txt b/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading-expected.txt
deleted file mode 100644
index 638e0268ba497f34251e783fc182aa8a46d8192c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/css/fontfaceset-add-remove-while-loading-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Tests that FontFaceSet is correctly updated when added or removed a FontFace while loading.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS face1.status is "unloaded"
-PASS face1.status is "loading"
-PASS document.fonts.status is "loaded"
-PASS document.fonts.status is "loading"
-PASS face1.status is "loaded"
-PASS document.fonts.status is "loaded"
-PASS face2.status is "unloaded"
-PASS document.fonts.status is "loading"
-PASS document.fonts.status is "loading"
-PASS face2.status is "loading"
-PASS face2.status is "loaded"
-PASS document.fonts.status is "loaded"
-PASS face3.status is "unloaded"
-PASS document.fonts.status is "loading"
-PASS document.fonts.status is "loading"
-PASS face3.status is "loading"
-PASS document.fonts.status is "loaded"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698