Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-unicode-range-overlap-load-expected.txt
blobc8f9ad28b2641eb95829564f569b5b442f7df00e
1 Tests that only necessary fonts are loaded when font faces have overlapping unicode ranges.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS faces.length is 6
7 PASS faces[0].status is "unloaded"
8 PASS faces[1].status is "loaded"
9 PASS faces[2].status is "loaded"
10 PASS faces[3].status is "unloaded"
11 PASS faces[4].status is "unloaded"
12 PASS faces[5].status is "loaded"
13 PASS successfullyParsed is true
15 TEST COMPLETE