1 Test for FontFaceSet.status attribute
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.fonts.check('10px TestFont') is false
7 PASS document.fonts.status is "loaded"
8 PASS document.fonts.status is "loading"
9 PASS document.fonts.check('10px TestFont') is true
10 PASS document.fonts.status is "loaded"
11 PASS successfullyParsed is true