1 CONSOLE WARNING: Failed to decode downloaded font: data:application/x-truetype-font,
2 Test load events for fonts.loadFont() with multiple font families.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS event.fontfaces.length is 2
8 PASS event.fontfaces[0].status is "loaded"
9 PASS event.fontfaces[1].status is "loaded"
10 PASS loadedFonts is ['TestFont1', 'TestFont2']
11 PASS document.fonts.check('10px TestFont1') is true
12 PASS document.fonts.check('10px TestFont2') is true
13 PASS document.fonts.check('10px TestFont1, TestFont2') is true
14 PASS document.fonts.check('10px Times') is true
15 PASS document.fonts.check('10px TestFont1, Times') is true
16 PASS event.fontfaces.length is 2
17 PASS event.fontfaces[0].status is "error"
18 PASS event.fontfaces[1].status is "error"
19 PASS failedFonts is ['TestFont3', 'TestFont4']
20 PASS document.fonts.check('10px TestFont3') is false
21 PASS document.fonts.check('10px TestFont4') is false
22 PASS document.fonts.check('10px TestFont4, Times') is false
23 PASS firedEvents is ['loading', 'loadingdone', 'loadingerror']
24 PASS successfullyParsed is true