"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-output-refs / test4.2.css.out
1 @charset "ISO-8859-1" ;
2
3 @import url("http://www.yahoo.com/css")print, screen ;
4
5 @font-face {
6   font-family : "Robson Celtic";
7   src : url(http://site/fonts/rob-celt)
8 }
9
10 @page left :one-two {
11   margin : 10pt;
12   border : none
13 }
14
15
16 @media print, screen, projection {
17   H1 {
18     font-family : "Robson Celtic", serif
19   }
20   P {
21     background : black;
22     foreground : white
23   }
24 }