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