| Index: LayoutTests/fast/css/fontface-single-font-family-expected.txt
|
| diff --git a/LayoutTests/fast/css/fontface-single-font-family-expected.txt b/LayoutTests/fast/css/fontface-single-font-family-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9f34b3f9ad81a1a62218683c1d33558de9197fe7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/fontface-single-font-family-expected.txt
|
| @@ -0,0 +1,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
|
| +
|
|
|