repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
elements
/
styles-4
/
resources
/
styles-new-API-1.css
blob
f154670f3d94b6c6854111955982521dbe0b7f1d
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
}