1 Test that @font-face has a single font-family-name.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.styleSheets[1].cssRules.length is 3
7 PASS document.styleSheets[1].cssRules[0].style.fontFamily is ""
8 PASS document.styleSheets[1].cssRules[1].style.fontFamily is "Ahem2"
9 PASS document.styleSheets[1].cssRules[2].style.fontFamily is ""
10 PASS successfullyParsed is true