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

Unified Diff: LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt

Issue 270813003: Reland r172943 "Make CSSFontFace::willUseFontData() load fonts with unicode-range" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-overlap-load.html ('k') | Source/core/css/CSSFontFace.h » ('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-expected.txt
diff --git a/LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt b/LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt
index 2fa970fffea10669e5892247fc24cdfe0c48000c..c8f9ad28b2641eb95829564f569b5b442f7df00e 100644
--- a/LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt
+++ b/LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt
@@ -3,14 +3,18 @@ Tests that only necessary fonts are loaded when font faces have overlapping unic
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS faces.length is 4
+PASS faces.length is 6
PASS faces[0].status is "unloaded"
PASS faces[1].status is "loaded"
PASS faces[2].status is "loaded"
PASS faces[3].status is "unloaded"
+PASS faces[4].status is "unloaded"
+PASS faces[5].status is "loaded"
PASS successfullyParsed is true
TEST COMPLETE
I
J
+
+K
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-overlap-load.html ('k') | Source/core/css/CSSFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698