Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / fontface-methods-expected.txt
blob6222c923b3a438e36299efe4b33acdf35420fa43
1 CONSOLE WARNING: Failed to decode downloaded font: data:font/truetype;base64,
2 Tests load() method of FontFace.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS face1.status is "unloaded"
8 PASS face1.status is "loading"
9 PASS face1.status is "loaded"
10 PASS face2.status is "unloaded"
11 PASS face2.status is "loading"
12 PASS face2.status is "error"
13 PASS face3.status is "unloaded"
14 PASS face3.status is "loading"
15 PASS face3.status is "loaded"
16 PASS face4.status is "unloaded"
17 PASS face4.status is "loading"
18 PASS face4.status is "error"
19 PASS face5.status is "unloaded"
20 PASS face5.status is "loading"
21 PASS face5.status is "loaded"
22 PASS successfullyParsed is true
24 TEST COMPLETE