Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-4 / resources / styles-new-API-1.css
blobf154670f3d94b6c6854111955982521dbe0b7f1d
1 @import url(styles-new-API-2.css);
3 @page { margin: 2cm } /* All margins set to 2cm */
5 @page :first {
6 margin-top: 10cm /* Top margin on first page 10cm */
9 @media screen {
11 #absent-id {
14 @font-face {
15 font-family: 'TheFont';
16 src: url('font.url');
17 font-weight: normal;
18 font-style: normal;
21 body {
22 property: imported-media-screen-stylesheet;