"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-output-refs / test-several-media.out
1 @media screen {
2   a:link {
3     text-decoration : none
4   }
5   div {
6     width : 50%
7   }
8 }
9
10 @media print {
11   a {
12     color : red
13   }
14   div {
15     width : 57%
16   }
17 }