Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / resources / styles-new-API-1.css
1 @import url(styles-new-API-2.css);
2
3 @page { margin: 2cm } /* All margins set to 2cm */
4
5 @page :first {
6   margin-top: 10cm    /* Top margin on first page 10cm */
7 }
8
9 @media screen {
10
11 #absent-id {
12 }
13
14 @font-face {
15     font-family: 'TheFont';
16     src: url('font.url');
17     font-weight: normal;
18     font-style: normal;
19 }
20
21 body {
22     property: imported-media-screen-stylesheet;
23 }
24
25 }