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

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

Issue 243453003: Proper unicode-range font loading behavior (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..2fa970fffea10669e5892247fc24cdfe0c48000c
--- /dev/null
+++ b/LayoutTests/fast/css/font-face-unicode-range-overlap-load-expected.txt
@@ -0,0 +1,16 @@
+Tests that only necessary fonts are loaded when font faces have overlapping unicode ranges.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS faces.length is 4
+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 successfullyParsed is true
+
+TEST COMPLETE
+I
+
+J

Powered by Google App Engine
This is Rietveld 408576698