Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / fontface-single-font-family-expected.txt
blob9f34b3f9ad81a1a62218683c1d33558de9197fe7
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
12 TEST COMPLETE