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
/
fast
/
css
/
font-face-insertBefore-expected.html
blob
dcff2f21b2f91ed0944a2be0d5a1f9a0fb122fbd
1
<!doctype
html
>
2
<html>
3
<body>
4
<style>
5
@font-face {
6
font-family: f1;
7
font-weight:
100
;
8
src: local('Courier New');
9
}
10
</style>
11
<style>
12
@font-face {
13
font-family: f1;
14
font-weight:
100
;
15
src: url(../../resources/Ahem.ttf);
16
}
17
</style>
18
<span
style
=
"font-family: f1; font-weight: 100"
>
A
</span>
19
</body>
20
</html>