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
/
svg
/
custom
/
svg-fonts-unloaded-segment-expected.html
blob
a43c61bc4995f6171c5994814b8c960f14bc4ed4
1
<html>
2
<head>
3
<style>
4
@font-face {
5
font-family: f;
6
src: url(
"resources/graffiti.svg#SVGraffiti"
) format(svg)
7
}
8
9
#test {
10
font-family: f, sans-serif;
11
font-size:
40
px;
12
}
13
</style>
14
</head>
15
<body>
16
17
<p
id='test'
>
This text should be rendered with SVGraffiti.
</p>
18
19
</body>
20
</html>