1 Test FontFace constructor with invalid parameters
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS faceWithWrongSrc.status is "error"
7 PASS rejectionValue.name is "SyntaxError"
8 PASS faceWithWrongDescriptors.status is "error"
9 PASS faceWithWrongDescriptors.style is "normal"
10 PASS faceWithWrongDescriptors.weight is "normal"
11 PASS faceWithWrongDescriptors.unicodeRange is "U+0-10FFFF"
12 PASS faceWithWrongDescriptors.variant is "normal"
13 PASS faceWithWrongDescriptors.featureSettings is "normal"
14 PASS rejectionValue.name is "SyntaxError"
15 PASS successfullyParsed is true