1 Tests FontFaceSet#check() returns true for platform fonts
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.fonts.check('10px Arial'); is true
7 PASS document.fonts.check('10px Nonexistent'); is false
8 PASS document.fonts.check('10px sans-serif'); is true
9 PASS document.fonts.check('10px Nonexistent, monospace'); is true
10 PASS document.fonts.check('10px Nonexistent1, Nonexistent2'); is false
11 PASS successfullyParsed is true